Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dname_table.c68 struct list_head all_publ; member
245 INIT_LIST_HEAD(&p->all_publ); in tipc_publ_create()
324 INIT_LIST_HEAD(&sr->all_publ); in tipc_service_create_range()
347 first = list_empty(&sr->all_publ); in tipc_service_insert_publ()
350 list_for_each_entry(_p, &sr->all_publ, all_publ) { in tipc_service_insert_publ()
362 list_add(&p->all_publ, &sr->all_publ); in tipc_service_insert_publ()
391 list_for_each_entry(p, &r->all_publ, all_publ) { in tipc_service_remove_publ()
395 list_del(&p->all_publ); in tipc_service_remove_publ()
444 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_service_subscribe()
523 last = list_empty(&sr->all_publ); in tipc_nametbl_remove_publ()
[all …]