Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dcrypto.c265 struct tipc_node *__dnode);
291 struct tipc_node *__dnode, u8 type);
728 struct tipc_node *__dnode) in tipc_aead_encrypt() argument
799 else if (__dnode) in tipc_aead_encrypt()
800 salt ^= tipc_node_get_addr(__dnode); in tipc_aead_encrypt()
1648 struct tipc_node *__dnode, u8 type) in tipc_crypto_clone_msg() argument
1655 tipc_crypto_xmit(net, &skb, b, dst, __dnode); in tipc_crypto_clone_msg()
1686 struct tipc_node *__dnode) in tipc_crypto_xmit() argument
1688 struct tipc_crypto *__rx = tipc_node_crypto_rx(__dnode); in tipc_crypto_xmit()
1716 tipc_crypto_clone_msg(net, *skb, b, dst, __dnode, in tipc_crypto_xmit()
[all …]
H A Dcrypto.h165 struct tipc_node *__dnode);
H A Dbearer.h238 struct tipc_node *__dnode);
H A Dbearer.c556 struct tipc_node *__dnode) in tipc_bearer_xmit() argument
572 tipc_crypto_xmit(net, &skb, b, dst, __dnode); in tipc_bearer_xmit()