Lines Matching refs:tipc_node_find
185 static struct tipc_node *tipc_node_find(struct net *net, u32 addr);
213 n = tipc_node_find(net, addr); in tipc_node_get_mtu()
244 n = tipc_node_find(net, addr); in tipc_node_get_id()
258 n = tipc_node_find(net, addr); in tipc_node_get_capabilities()
296 n = tipc_node_find(net, addr); in tipc_node_crypto_rx_by_addr()
332 static struct tipc_node *tipc_node_find(struct net *net, u32 addr) in tipc_node_find() function
482 n = tipc_node_find(net, addr) ?: in tipc_node_create()
665 n = tipc_node_find(net, addr); in tipc_node_subscribe()
683 n = tipc_node_find(net, addr); in tipc_node_unsubscribe()
703 node = tipc_node_find(net, dnode); in tipc_node_add_conn()
733 node = tipc_node_find(net, dnode); in tipc_node_remove_conn()
1112 n = tipc_node_find(net, addr); in tipc_node_is_up()
1125 while ((n = tipc_node_find(net, addr))) { in tipc_node_suggest_addr()
1143 n = tipc_node_find(net, addr); in tipc_node_try_addr()
1571 struct tipc_node *node = tipc_node_find(net, addr); in tipc_node_get_linkname()
1703 n = tipc_node_find(net, dnode); in tipc_node_xmit()
1882 n = tipc_node_find(net, dnode); in tipc_node_bc_rcv()
1884 n = tipc_node_find(net, msg_prevnode(hdr)); in tipc_node_bc_rcv()
2100 n = tipc_node_find(net, ntohl(ehdr->addr)); in tipc_rcv()
2133 n = tipc_node_find(net, msg_prevnode(hdr)); in tipc_rcv()
2279 peer = tipc_node_find(net, addr); in tipc_nl_peer_rm()
2330 node = tipc_node_find(net, last_addr); in tipc_nl_node_dump()
2697 node = tipc_node_find(net, prev_node); in tipc_nl_node_dump_link()