Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dname_table.c63 struct list_head all_publ; member
111 INIT_LIST_HEAD(&publ->all_publ); in tipc_publ_create()
213 INIT_LIST_HEAD(&sr->all_publ); in tipc_service_create_range()
235 first = list_empty(&sr->all_publ); in tipc_service_insert_publ()
238 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_service_insert_publ()
249 list_add(&p->all_publ, &sr->all_publ); in tipc_service_insert_publ()
270 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_service_remove_publ()
273 list_del(&p->all_publ); in tipc_service_remove_publ()
313 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_service_subscribe()
385 last = list_empty(&sr->all_publ); in tipc_nametbl_remove_publ()
[all …]
Dname_table.h85 struct list_head all_publ; member