Lines Matching refs:skb_cb
1315 struct tipc_skb_cb *skb_cb = TIPC_SKB_CB(skb); in tipc_crypto_key_pick_tx() local
1321 if (!skb_cb->tx_clone_deferred) { in tipc_crypto_key_pick_tx()
1322 skb_cb->tx_clone_deferred = 1; in tipc_crypto_key_pick_tx()
1323 memset(&skb_cb->tx_clone_ctx, 0, sizeof(skb_cb->tx_clone_ctx)); in tipc_crypto_key_pick_tx()
1326 skb_cb->tx_clone_ctx.rx = rx; in tipc_crypto_key_pick_tx()
1327 if (++skb_cb->tx_clone_ctx.recurs > 2) in tipc_crypto_key_pick_tx()
1345 aead == skb_cb->tx_clone_ctx.last) { in tipc_crypto_key_pick_tx()
1350 skb_cb->tx_clone_ctx.last = aead; in tipc_crypto_key_pick_tx()
1892 struct tipc_skb_cb *skb_cb = TIPC_SKB_CB(*skb); in tipc_crypto_rcv_complete() local
1900 rx = skb_cb->tx_clone_ctx.rx; in tipc_crypto_rcv_complete()
1903 (*skb)->next, skb_cb->flags); in tipc_crypto_rcv_complete()
1905 skb_cb->tx_clone_ctx.recurs, skb_cb->tx_clone_ctx.last, in tipc_crypto_rcv_complete()
1975 skb_cb = TIPC_SKB_CB(*skb); in tipc_crypto_rcv_complete()
1978 skb_cb->decrypted = 1; in tipc_crypto_rcv_complete()
1981 if (likely(!skb_cb->tx_clone_deferred)) in tipc_crypto_rcv_complete()
1983 skb_cb->tx_clone_deferred = 0; in tipc_crypto_rcv_complete()
1984 memset(&skb_cb->tx_clone_ctx, 0, sizeof(skb_cb->tx_clone_ctx)); in tipc_crypto_rcv_complete()