Searched refs:tipc_nametbl_withdraw (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | name_table.h | 131 int tipc_nametbl_withdraw(struct net *net, u32 type, u32 lower, u32 upper,
|
H A D | name_table.c | 758 * tipc_nametbl_withdraw - withdraw a service binding 760 int tipc_nametbl_withdraw(struct net *net, u32 type, u32 lower, in tipc_nametbl_withdraw() function
|
H A D | socket.c | 2944 tipc_nametbl_withdraw(net, publ->type, publ->lower, in tipc_sk_withdraw() 2949 tipc_nametbl_withdraw(net, publ->type, publ->lower, in tipc_sk_withdraw()
|
H A D | node.c | 421 tipc_nametbl_withdraw(net, TIPC_LINK_STATE, addr, in tipc_node_write_unlock()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_table.h | 128 void tipc_nametbl_withdraw(struct net *net, struct tipc_uaddr *ua,
|
H A D | name_table.c | 792 * tipc_nametbl_withdraw - withdraw a service binding 798 void tipc_nametbl_withdraw(struct net *net, struct tipc_uaddr *ua, in tipc_nametbl_withdraw() function
|
H A D | socket.c | 2942 tipc_nametbl_withdraw(net, &_ua, &p->sk, p->key); in tipc_sk_withdraw() 2954 tipc_nametbl_withdraw(net, ua, &p->sk, p->key); in tipc_sk_withdraw()
|
H A D | node.c | 438 tipc_nametbl_withdraw(net, &ua, &sk, sk.ref);
|
Completed in 22 milliseconds