Lines Matching defs:tx_ctx
729 struct tipc_crypto_tx_ctx *tx_ctx;
764 ctx = tipc_aead_mem_alloc(tfm, sizeof(*tx_ctx), &iv, &req, &sg, nsg);
800 tx_ctx = (struct tipc_crypto_tx_ctx *)ctx;
801 tx_ctx->aead = aead;
802 tx_ctx->bearer = b;
803 memcpy(&tx_ctx->dst, dst, sizeof(*dst));
835 struct tipc_crypto_tx_ctx *tx_ctx = TIPC_SKB_CB(skb)->crypto_ctx;
836 struct tipc_bearer *b = tx_ctx->bearer;
837 struct tipc_aead *aead = tx_ctx->aead;
846 b->media->send_msg(net, skb, b, &tx_ctx->dst);
859 kfree(tx_ctx);