Lines Matching refs:tipc_node_find
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()
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(net, addr); in tipc_node_unsubscribe()
687 node = tipc_node_find(net, dnode); in tipc_node_add_conn()
717 node = tipc_node_find(net, dnode); in tipc_node_remove_conn()
1085 n = tipc_node_find(net, addr); in tipc_node_is_up()
1098 while ((n = tipc_node_find(net, addr))) { in tipc_node_suggest_addr()
1116 n = tipc_node_find(net, addr); in tipc_node_try_addr()
1542 struct tipc_node *node = tipc_node_find(net, addr); in tipc_node_get_linkname()
1674 n = tipc_node_find(net, dnode); in tipc_node_xmit()
1853 n = tipc_node_find(net, dnode); in tipc_node_bc_rcv()
1855 n = tipc_node_find(net, msg_prevnode(hdr)); in tipc_node_bc_rcv()
2069 n = tipc_node_find(net, ntohl(ehdr->addr)); in tipc_rcv()
2102 n = tipc_node_find(net, msg_prevnode(hdr)); in tipc_rcv()
2233 peer = tipc_node_find(net, addr); in tipc_nl_peer_rm()
2284 node = tipc_node_find(net, last_addr); in tipc_nl_node_dump()
2651 node = tipc_node_find(net, prev_node); in tipc_nl_node_dump_link()