Searched refs:tipc_node_find (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | node.c | 176 static struct tipc_node *tipc_node_find(struct net *net, u32 addr); 204 n = tipc_node_find(net, addr); in tipc_node_get_mtu() 235 n = tipc_node_find(net, addr); in tipc_node_get_id() 249 n = tipc_node_find(net, addr); in tipc_node_get_capabilities() 286 n = tipc_node_find(net, addr); in tipc_node_crypto_rx_by_addr() 320 * tipc_node_find - locate specified node object, if it exists 322 static struct tipc_node *tipc_node_find(struct net *net, u32 addr) in tipc_node_find() function 466 n = tipc_node_find(net, addr) ?: in tipc_node_create() 649 n = tipc_node_find(net, addr); in tipc_node_subscribe() 667 n = tipc_node_find(ne in tipc_node_unsubscribe() [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A 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() 330 * tipc_node_find - locate specified node object, if it exists 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(ne in tipc_node_unsubscribe() [all...] |
Completed in 5 milliseconds