Searched refs:tipc_node_find (Results 1 – 1 of 1) sorted by relevance
/linux/net/tipc/ |
H A D | node.c | 183 static struct tipc_node *tipc_node_find(struct net *net, u32 addr); 211 n = tipc_node_find(net, addr); in tipc_node_get_mtu() 242 n = tipc_node_find(net, addr); in tipc_node_get_id() 256 n = tipc_node_find(net, addr); in tipc_node_get_capabilities() 294 n = tipc_node_find(net, addr); in tipc_node_crypto_rx_by_addr() 330 static struct tipc_node *tipc_node_find(struct net *net, u32 addr) in tipc_node_find() function 480 n = tipc_node_find(net, addr) ?: in tipc_node_create() 663 n = tipc_node_find(net, addr); in tipc_node_subscribe() 681 n = tipc_node_find(net, addr); in tipc_node_unsubscribe() 701 node = tipc_node_find(net, dnode); in tipc_node_add_conn() [all …]
|