Home
last modified time | relevance | path

Searched refs:__dnode (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/net/tipc/
Dcrypto.c269 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()
1644 struct tipc_node *__dnode, u8 type) in tipc_crypto_clone_msg() argument
1651 tipc_crypto_xmit(net, &skb, b, dst, __dnode); in tipc_crypto_clone_msg()
1682 struct tipc_node *__dnode) in tipc_crypto_xmit() argument
1684 struct tipc_crypto *__rx = tipc_node_crypto_rx(__dnode); in tipc_crypto_xmit()
1712 tipc_crypto_clone_msg(net, *skb, b, dst, __dnode, in tipc_crypto_xmit()
[all …]
Dcrypto.h165 struct tipc_node *__dnode);
Dbearer.h242 struct tipc_node *__dnode);
Dbearer.c572 struct tipc_node *__dnode) in tipc_bearer_xmit() argument
588 tipc_crypto_xmit(net, &skb, b, dst, __dnode); in tipc_bearer_xmit()