Searched refs:binding_sock (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | name_table.h | 67 * @binding_sock: all publications from the same socket which bound this one 86 struct list_head binding_sock; member
|
H A D | socket.c | 2917 list_add(&publ->binding_sock, &tsk->publications); in tipc_sk_publish() 2934 list_for_each_entry_safe(publ, safe, &tsk->publications, binding_sock) { in tipc_sk_withdraw() 3744 list_for_each_entry(p, &tsk->publications, binding_sock) { in __tipc_nl_list_sk_publ() 3748 if (list_entry_is_head(p, &tsk->publications, binding_sock)) { in __tipc_nl_list_sk_publ() 3761 binding_sock); in __tipc_nl_list_sk_publ() 3764 list_for_each_entry_from(p, &tsk->publications, binding_sock) { in __tipc_nl_list_sk_publ() 3864 struct publication, binding_sock); in tipc_sk_filtering() 3966 struct publication, binding_sock); in tipc_sk_dump()
|
H A D | name_table.c | 238 INIT_LIST_HEAD(&publ->binding_sock); in tipc_publ_create() 776 list_del_init(&p->binding_sock); in tipc_nametbl_withdraw()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_table.h | 68 * @binding_sock: all publications from the same socket which bound this one 84 struct list_head binding_sock; member
|
H A D | socket.c | 2925 list_add(&p->binding_sock, &tsk->publications); in tipc_sk_publish() 2938 list_for_each_entry_safe(p, safe, &tsk->publications, binding_sock) { in tipc_sk_withdraw() 3752 list_for_each_entry(p, &tsk->publications, binding_sock) { in __tipc_nl_list_sk_publ() 3756 if (list_entry_is_head(p, &tsk->publications, binding_sock)) { in __tipc_nl_list_sk_publ() 3769 binding_sock); in __tipc_nl_list_sk_publ() 3772 list_for_each_entry_from(p, &tsk->publications, binding_sock) { in __tipc_nl_list_sk_publ() 3873 struct publication, binding_sock); in tipc_sk_filtering() 3978 struct publication, binding_sock); in tipc_sk_dump()
|
H A D | name_table.c | 242 INIT_LIST_HEAD(&p->binding_sock); in tipc_publ_create() 813 list_del_init(&p->binding_sock); in tipc_nametbl_withdraw()
|
Completed in 14 milliseconds