Searched refs:publications (Results 1 – 1 of 1) sorted by relevance
/net/tipc/ |
D | socket.c | 106 struct list_head publications; member 483 INIT_LIST_HEAD(&tsk->publications); in tipc_sk_create() 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() 2953 if (list_empty(&tsk->publications)) in tipc_sk_withdraw() 3510 } else if (!list_empty(&tsk->publications)) { in __tipc_nl_add_sk_info() 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() 3760 p = list_first_entry(&tsk->publications, struct publication, in __tipc_nl_list_sk_publ() 3764 list_for_each_entry_from(p, &tsk->publications, binding_sock) { in __tipc_nl_list_sk_publ() [all …]
|