Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dname_table.h79 struct list_head pport_list; member
Dsocket.c2189 list_add(&publ->pport_list, &tsk->publications); in tipc_sk_publish()
2203 list_for_each_entry_safe(publ, safe, &tsk->publications, pport_list) { in tipc_sk_withdraw()
2758 list_for_each_entry(p, &tsk->publications, pport_list) { in __tipc_nl_list_sk_publ()
2775 pport_list); in __tipc_nl_list_sk_publ()
2778 list_for_each_entry_from(p, &tsk->publications, pport_list) { in __tipc_nl_list_sk_publ()
Dname_table.c137 INIT_LIST_HEAD(&publ->pport_list); in publ_create()
712 list_del_init(&publ->pport_list); in tipc_nametbl_withdraw()