Home
last modified time | relevance | path

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

/net/batman-adv/
Dtranslation-table.c772 head = &tt_global->orig_list; in batadv_tt_local_add()
1538 head = &entry->orig_list; in batadv_tt_global_orig_entry_find()
1601 head = &tt_global->orig_list; in batadv_tt_global_sync_flags()
1650 &tt_global->orig_list); in batadv_tt_global_orig_entry_add()
1731 INIT_HLIST_HEAD(&tt_global_entry->orig_list); in batadv_tt_global_add()
1854 head = &tt_global_entry->orig_list; in batadv_transtable_best_orig()
1935 head = &tt_global_entry->orig_list; in batadv_tt_global_print_entry()
2102 head = &global->orig_list; in batadv_tt_global_dump_entry()
2264 head = &tt_global_entry->orig_list; in batadv_tt_global_del_orig_list()
2292 head = &tt_global_entry->orig_list; in batadv_tt_global_del_orig_node()
[all …]
Dtypes.h1942 struct hlist_head orig_list; member
Dmulticast.c1467 hlist_for_each_entry_rcu(orig_entry, &tt_global->orig_list, list) { in batadv_mcast_forw_tt()