Searched refs:tipc_node_find (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | node.h | 141 struct tipc_node *tipc_node_find(struct net *net, u32 addr); 175 node = tipc_node_find(net, addr); in tipc_node_get_mtu()
|
D | node.c | 91 struct tipc_node *tipc_node_find(struct net *net, u32 addr) in tipc_node_find() function 118 n_ptr = tipc_node_find(net, addr); in tipc_node_create() 176 node = tipc_node_find(net, dnode); in tipc_node_add_conn() 206 node = tipc_node_find(net, dnode); in tipc_node_remove_conn() 446 struct tipc_node *node = tipc_node_find(net, addr); in tipc_node_get_linkname() 580 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 | bcast.c | 326 struct tipc_node *n_ptr = tipc_node_find(net, msg_destnode(msg)); in bclink_peek_nack() 443 node = tipc_node_find(net, msg_prevnode(msg)); in tipc_bclink_rcv()
|
D | link.c | 806 node = tipc_node_find(net, dnode); in tipc_link_xmit() 1073 n_ptr = tipc_node_find(net, msg_prevnode(msg)); in tipc_rcv() 2124 node = tipc_node_find(net, prev_node); in tipc_nl_link_dump()
|