Lines Matching defs:dst
242 struct tipc_media_addr dst;
261 static int tipc_aead_clone(struct tipc_aead **dst, struct tipc_aead *src);
268 struct tipc_media_addr *dst,
294 struct tipc_media_addr *dst,
615 * @dst: dest key for the cloning
626 static int tipc_aead_clone(struct tipc_aead **dst, struct tipc_aead *src)
637 if (unlikely(*dst))
666 *dst = aead;
724 * @dst: the destination media address
734 struct tipc_media_addr *dst,
812 memcpy(&tx_ctx->dst, dst, sizeof(*dst));
847 b->media->send_msg(net, skb, b, &tx_ctx->dst);
1643 struct tipc_media_addr *dst,
1651 tipc_crypto_xmit(net, &skb, b, dst, __dnode);
1653 b->media->send_msg(net, skb, b, dst);
1662 * @dst: destination media address
1681 struct tipc_bearer *b, struct tipc_media_addr *dst,
1712 tipc_crypto_clone_msg(net, *skb, b, dst, __dnode,
1736 tipc_crypto_clone_msg(net, *skb, b, dst,
1756 rc = tipc_aead_encrypt(aead, *skb, b, dst, __dnode);