Home
last modified time | relevance | path

Searched refs:skb_cb (Results 1 – 3 of 3) sorted by relevance

/net/tipc/
Dcrypto.c1326 struct tipc_skb_cb *skb_cb = TIPC_SKB_CB(skb); in tipc_crypto_key_pick_tx() local
1332 if (!skb_cb->tx_clone_deferred) { in tipc_crypto_key_pick_tx()
1333 skb_cb->tx_clone_deferred = 1; in tipc_crypto_key_pick_tx()
1334 memset(&skb_cb->tx_clone_ctx, 0, sizeof(skb_cb->tx_clone_ctx)); in tipc_crypto_key_pick_tx()
1337 skb_cb->tx_clone_ctx.rx = rx; in tipc_crypto_key_pick_tx()
1338 if (++skb_cb->tx_clone_ctx.recurs > 2) in tipc_crypto_key_pick_tx()
1356 aead == skb_cb->tx_clone_ctx.last) { in tipc_crypto_key_pick_tx()
1361 skb_cb->tx_clone_ctx.last = aead; in tipc_crypto_key_pick_tx()
1903 struct tipc_skb_cb *skb_cb = TIPC_SKB_CB(*skb); in tipc_crypto_rcv_complete() local
1911 rx = skb_cb->tx_clone_ctx.rx; in tipc_crypto_rcv_complete()
[all …]
Dsocket.c1892 struct tipc_skb_cb *skb_cb; in tipc_recvmsg() local
1916 skb_cb = TIPC_SKB_CB(skb); in tipc_recvmsg()
1936 int offset = skb_cb->bytes_read; in tipc_recvmsg()
1945 skb_cb->bytes_read = offset + copy; in tipc_recvmsg()
1948 skb_cb->bytes_read = 0; in tipc_recvmsg()
1953 skb_cb->bytes_read = 0; in tipc_recvmsg()
1985 if (skb_cb->bytes_read) in tipc_recvmsg()
2021 struct tipc_skb_cb *skb_cb; in tipc_recvstream() local
2046 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream()
2069 offset = skb_cb->bytes_read; in tipc_recvstream()
[all …]
/net/bluetooth/
D6lowpan.c31 struct skb_cb { struct
36 #define lowpan_cb(skb) ((struct skb_cb *)((skb)->cb)) argument