Searched refs:local_publ (Results 1 – 2 of 2) sorted by relevance
57 * @local_publ: list of identical publications made from this node67 struct list_head local_publ; member 244 INIT_LIST_HEAD(&p->local_publ); in tipc_publ_create() 323 INIT_LIST_HEAD(&sr->local_publ); in tipc_service_create_range() 360 list_add(&p->local_publ, &sr->local_publ); in tipc_service_insert_publ() 394 list_del(&p->local_publ); in tipc_service_remove_publ() 595 l = &r->local_publ; in tipc_nametbl_lookup_anycast() 598 p = list_first_entry(l, struct publication, local_publ); in tipc_nametbl_lookup_anycast() 599 list_move_tail(&p->local_publ, in tipc_nametbl_lookup_anycast() [all...]
70 * @local_publ: list of identical publications made from this node85 struct list_head local_publ; member