Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dname_table.c67 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()
361 list_add(&p->local_publ, &sr->local_publ); in tipc_service_insert_publ()
396 list_del(&p->local_publ); in tipc_service_remove_publ()
597 l = &r->local_publ; in tipc_nametbl_lookup_anycast()
600 p = list_first_entry(l, struct publication, local_publ); in tipc_nametbl_lookup_anycast()
601 list_move_tail(&p->local_publ, &r->local_publ); in tipc_nametbl_lookup_anycast()
602 } else if (legacy && !sk->node && !list_empty(&r->local_publ)) { in tipc_nametbl_lookup_anycast()
603 l = &r->local_publ; in tipc_nametbl_lookup_anycast()
[all …]