Searched refs:tipc_node_get_addr (Results 1 – 4 of 4) sorted by relevance
79 u32 tipc_node_get_addr(struct tipc_node *node);
341 __entry->addr = tipc_node_get_addr(n);
796 salt ^= tipc_node_get_addr(__dnode); in tipc_aead_encrypt()2195 u32 dnode = tipc_node_get_addr(dest); in tipc_crypto_key_distr()
266 u32 tipc_node_get_addr(struct tipc_node *node) in tipc_node_get_addr() function