Searched refs:tipc_node_find (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | node.h | 133 struct tipc_node *tipc_node_find(struct net *net, u32 addr); 177 n = tipc_node_find(net, addr); in tipc_node_get_mtu()
|
D | node.c | 123 struct tipc_node *tipc_node_find(struct net *net, u32 addr) in tipc_node_find() function 150 n_ptr = tipc_node_find(net, addr); in tipc_node_create() 246 node = tipc_node_find(net, dnode); in tipc_node_add_conn() 276 node = tipc_node_find(net, dnode); in tipc_node_remove_conn() 908 struct tipc_node *node = tipc_node_find(net, addr); in tipc_node_get_linkname() 1034 n = tipc_node_find(net, dnode); in tipc_node_xmit() 1101 n = tipc_node_find(net, dnode); in tipc_node_bc_rcv() 1103 n = tipc_node_find(net, msg_prevnode(hdr)); in tipc_node_bc_rcv() 1299 n = tipc_node_find(net, msg_prevnode(hdr)); in tipc_rcv() 1363 node = tipc_node_find(net, last_addr); in tipc_nl_node_dump()
|
D | name_distr.c | 237 node = tipc_node_find(net, addr); in tipc_publ_subscribe() 255 node = tipc_node_find(net, addr); in tipc_publ_unsubscribe()
|
D | link.c | 1886 node = tipc_node_find(net, prev_node); in tipc_nl_link_dump()
|