Home
last modified time | relevance | path

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

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