Searched refs:__dnode (Results 1 – 4 of 4) sorted by relevance
/linux/net/tipc/ |
A D | crypto.c | 269 struct tipc_node *__dnode); 295 struct tipc_node *__dnode, u8 type); 735 struct tipc_node *__dnode) in tipc_aead_encrypt() argument 806 else if (__dnode) in tipc_aead_encrypt() 807 salt ^= tipc_node_get_addr(__dnode); in tipc_aead_encrypt() 1655 struct tipc_node *__dnode, u8 type) in tipc_crypto_clone_msg() argument 1662 tipc_crypto_xmit(net, &skb, b, dst, __dnode); in tipc_crypto_clone_msg() 1693 struct tipc_node *__dnode) in tipc_crypto_xmit() argument 1723 tipc_crypto_clone_msg(net, *skb, b, dst, __dnode, in tipc_crypto_xmit() 1748 __dnode, SKB_GRACING); in tipc_crypto_xmit() [all …]
|
A D | crypto.h | 165 struct tipc_node *__dnode);
|
A D | bearer.h | 242 struct tipc_node *__dnode);
|
A D | bearer.c | 571 struct tipc_node *__dnode) in tipc_bearer_xmit() argument 587 tipc_crypto_xmit(net, &skb, b, dst, __dnode); in tipc_bearer_xmit()
|
Completed in 12 milliseconds