Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dnode.h79 u32 tipc_node_get_addr(struct tipc_node *node);
H A Dtrace.h341 __entry->addr = tipc_node_get_addr(n);
H A Dcrypto.c796 salt ^= tipc_node_get_addr(__dnode); in tipc_aead_encrypt()
2195 u32 dnode = tipc_node_get_addr(dest); in tipc_crypto_key_distr()
H A Dnode.c264 u32 tipc_node_get_addr(struct tipc_node *node) in tipc_node_get_addr() function