Home
last modified time | relevance | path

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

/net/tipc/
Dname_distr.c121 list_add_tail(&publ->local_list, &publ_root); in tipc_named_publish()
145 list_del(&publ->local_list); in tipc_named_withdraw()
178 list_for_each_entry(publ, &publ_root, local_list) { in tipc_named_node_up()
312 list_for_each_entry(publ, &publ_root, local_list) { in tipc_named_reinit()
Dname_table.h80 struct list_head local_list; member
Dname_table.c143 INIT_LIST_HEAD(&publ->local_list); in publ_create()