Searched refs:all_publ (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | name_table.c | 58 * @all_publ: all publications identical to this one, whatever node and scope 67 struct list_head all_publ; member 241 INIT_LIST_HEAD(&publ->all_publ); in tipc_publ_create() 311 INIT_LIST_HEAD(&sr->all_publ); in tipc_service_create_range() 333 first = list_empty(&sr->all_publ); in tipc_service_insert_publ() 336 list_for_each_entry(p, &sr->all_publ, all_publ) { in tipc_service_insert_publ() 349 list_add(&p->all_publ, &sr->all_publ); in tipc_service_insert_publ() 370 list_for_each_entry(p, &sr->all_publ, all_pub in tipc_service_remove_publ() [all...] |
H A D | name_table.h | 71 * @all_publ: all publications identical to this one, whatever node and scope 88 struct list_head all_publ; member
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_table.c | 59 * @all_publ: all publications identical to this one, whatever node and scope 68 struct list_head all_publ; member 245 INIT_LIST_HEAD(&p->all_publ); in tipc_publ_create() 324 INIT_LIST_HEAD(&sr->all_publ); in tipc_service_create_range() 347 first = list_empty(&sr->all_publ); in tipc_service_insert_publ() 350 list_for_each_entry(_p, &sr->all_publ, all_publ) { in tipc_service_insert_publ() 361 list_add(&p->all_publ, &sr->all_publ); in tipc_service_insert_publ() 390 list_for_each_entry(p, &r->all_publ, all_pub in tipc_service_remove_publ() [all...] |
H A D | name_table.h | 72 * @all_publ: all publications identical to this one, whatever node and scope 86 struct list_head all_publ; member
|
Completed in 4 milliseconds