Searched refs:tipc_node_find (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/tipc/ | 
| D | node.c | 164 static struct tipc_node *tipc_node_find(struct net *net, u32 addr);193 	n = tipc_node_find(net, addr);  in tipc_node_get_mtu()
 216 	n = tipc_node_find(net, addr);  in tipc_node_get_id()
 230 	n = tipc_node_find(net, addr);  in tipc_node_get_capabilities()
 259 static struct tipc_node *tipc_node_find(struct net *net, u32 addr)  in tipc_node_find()  function
 373 	n = tipc_node_find(net, addr);  in tipc_node_create()
 500 	n = tipc_node_find(net, addr);  in tipc_node_subscribe()
 518 	n = tipc_node_find(net, addr);  in tipc_node_unsubscribe()
 538 	node = tipc_node_find(net, dnode);  in tipc_node_add_conn()
 568 	node = tipc_node_find(net, dnode);  in tipc_node_remove_conn()
 [all …]
 
 |