Lines Matching refs:__dnode
269 struct tipc_node *__dnode);
295 struct tipc_node *__dnode, u8 type);
735 struct tipc_node *__dnode) in tipc_aead_encrypt() argument
795 else if (__dnode) in tipc_aead_encrypt()
796 salt ^= tipc_node_get_addr(__dnode); in tipc_aead_encrypt()
1653 struct tipc_node *__dnode, u8 type) in tipc_crypto_clone_msg() argument
1660 tipc_crypto_xmit(net, &skb, b, dst, __dnode); in tipc_crypto_clone_msg()
1691 struct tipc_node *__dnode) in tipc_crypto_xmit() argument
1693 struct tipc_crypto *__rx = tipc_node_crypto_rx(__dnode); in tipc_crypto_xmit()
1721 tipc_crypto_clone_msg(net, *skb, b, dst, __dnode, in tipc_crypto_xmit()
1746 __dnode, SKB_GRACING); in tipc_crypto_xmit()
1765 rc = tipc_aead_encrypt(aead, *skb, b, dst, __dnode); in tipc_crypto_xmit()