Home
last modified time | relevance | path

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

/net/tipc/
Dsocket.c88 struct list_head publications; member
341 INIT_LIST_HEAD(&tsk->publications); in tipc_sk_create()
2170 list_add(&publ->pport_list, &tsk->publications); in tipc_sk_publish()
2183 list_for_each_entry_safe(publ, safe, &tsk->publications, pport_list) { in tipc_sk_withdraw()
2202 if (list_empty(&tsk->publications)) in tipc_sk_withdraw()
2236 list_for_each_entry(publ, &tsk->publications, pport_list) { in tipc_sk_show()