Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dname_table.c56 * @local_publ: list of identical publications made from this node
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, in tipc_nametbl_translate()
[all...]
H A Dname_table.h69 * @local_publ: list of identical publications made from this node
87 struct list_head local_publ; member
/kernel/linux/linux-6.6/net/tipc/
H A Dname_table.c57 * @local_publ: list of identical publications made from this node
67 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...]
H A Dname_table.h70 * @local_publ: list of identical publications made from this node
85 struct list_head local_publ; member

Completed in 4 milliseconds