Searched refs:tipc_node_find (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/tipc/ |
D | node.c | 185 static struct tipc_node *tipc_node_find(struct net *net, u32 addr); 213 n = tipc_node_find(net, addr); in tipc_node_get_mtu() 244 n = tipc_node_find(net, addr); in tipc_node_get_id() 258 n = tipc_node_find(net, addr); in tipc_node_get_capabilities() 296 n = tipc_node_find(net, addr); in tipc_node_crypto_rx_by_addr() 332 static struct tipc_node *tipc_node_find(struct net *net, u32 addr) in tipc_node_find() function 482 n = tipc_node_find(net, addr) ?: in tipc_node_create() 665 n = tipc_node_find(net, addr); in tipc_node_subscribe() 683 n = tipc_node_find(net, addr); in tipc_node_unsubscribe() 703 node = tipc_node_find(net, dnode); in tipc_node_add_conn() [all …]
|