Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dname_table.h79 struct list_head pport_list; member
Dsocket.c2199 list_add(&publ->pport_list, &tsk->publications); in tipc_sk_publish()
2213 list_for_each_entry_safe(publ, safe, &tsk->publications, pport_list) { in tipc_sk_withdraw()
2768 list_for_each_entry(p, &tsk->publications, pport_list) { in __tipc_nl_list_sk_publ()
2785 pport_list); in __tipc_nl_list_sk_publ()
2788 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()
702 list_del_init(&publ->pport_list); in tipc_nametbl_withdraw()