Searched refs:tipc_node_find (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | node.c | 163 static struct tipc_node *tipc_node_find(struct net *net, u32 addr); 192 n = tipc_node_find(net, addr); in tipc_node_get_mtu() 215 n = tipc_node_find(net, addr); in tipc_node_get_id() 229 n = tipc_node_find(net, addr); in tipc_node_get_capabilities() 258 static struct tipc_node *tipc_node_find(struct net *net, u32 addr) in tipc_node_find() function 372 n = tipc_node_find(net, addr); in tipc_node_create() 486 n = tipc_node_find(net, addr); in tipc_node_subscribe() 504 n = tipc_node_find(net, addr); in tipc_node_unsubscribe() 524 node = tipc_node_find(net, dnode); in tipc_node_add_conn() 554 node = tipc_node_find(net, dnode); in tipc_node_remove_conn() [all …]
|