Searched refs:local_publ (Results 1 – 2 of 2) sorted by relevance
66 struct list_head local_publ; member240 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()[all …]
87 struct list_head local_publ; member