Lines Matching refs:local_publ
66 struct list_head local_publ; member
240 INIT_LIST_HEAD(&publ->local_publ); in tipc_publ_create()
310 INIT_LIST_HEAD(&sr->local_publ); in tipc_service_create_range()
348 list_add(&p->local_publ, &sr->local_publ); in tipc_service_insert_publ()
374 list_del(&p->local_publ); in tipc_service_remove_publ()
569 list = &sr->local_publ; in tipc_nametbl_translate()
573 local_publ); in tipc_nametbl_translate()
574 list_move_tail(&p->local_publ, &sr->local_publ); in tipc_nametbl_translate()
575 } else if (legacy && !*dnode && !list_empty(&sr->local_publ)) { in tipc_nametbl_translate()
576 list = &sr->local_publ; in tipc_nametbl_translate()
578 local_publ); in tipc_nametbl_translate()
579 list_move_tail(&p->local_publ, &sr->local_publ); in tipc_nametbl_translate()
656 list_for_each_entry(p, &sr->local_publ, local_publ) { in tipc_nametbl_mc_lookup()