Home
last modified time | relevance | path

Searched refs:publications (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c83 * @publications: list of publications for port
85 * @pub_count: total # of publications port has made during its lifetime
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_soc in __tipc_nl_list_sk_publ()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c82 * @publications: list of publications for port
84 * @pub_count: total # of publications port has made during its lifetime
117 struct list_head publications; member
497 INIT_LIST_HEAD(&tsk->publications); in tipc_sk_create()
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()
2958 if (list_empty(&tsk->publications)) { in tipc_sk_withdraw()
3518 } else if (!list_empty(&tsk->publications)) { in __tipc_nl_add_sk_info()
3752 list_for_each_entry(p, &tsk->publications, binding_soc in __tipc_nl_list_sk_publ()
[all...]

Completed in 10 milliseconds