Searched refs:tipc_node_get_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | node.h | 78 bool tipc_node_get_id(struct net *net, u32 addr, u8 *id);
|
H A D | node.c | 223 bool tipc_node_get_id(struct net *net, u32 addr, u8 *id) in tipc_node_get_id() function
|
H A D | socket.c | 3316 if (!tipc_node_get_id(net, nr.peer, nr.node_id)) in tipc_ioctl()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | node.h | 78 bool tipc_node_get_id(struct net *net, u32 addr, u8 *id);
|
H A D | node.c | 232 bool tipc_node_get_id(struct net *net, u32 addr, u8 *id) in tipc_node_get_id() function
|
H A D | socket.c | 3326 if (!tipc_node_get_id(net, nr.peer, nr.node_id)) in tipc_ioctl()
|
Completed in 23 milliseconds