Searched refs:orig_list (Results 1 - 2 of 2) sorted by relevance

/net/batman-adv/
H A Dtranslation-table.c624 head = &tt_global->orig_list;
1208 head = &entry->orig_list;
1270 &tt_global->orig_list);
1346 INIT_HLIST_HEAD(&tt_global_entry->orig_list);
1460 head = &tt_global_entry->orig_list;
1540 head = &tt_global_entry->orig_list;
1641 head = &tt_global_entry->orig_list;
1669 head = &tt_global_entry->orig_list;
1704 head = &tt_global_entry->orig_list;
1751 if (hlist_empty(&tt_global_entry->orig_list))
[all...]
H A Dtypes.h200 * struct batadv_orig_node - structure for orig_list maintaining nodes of mesh
943 * @orig_list: list of orig nodes announcing this non-mesh client
944 * @orig_list_count: number of items in the orig_list
945 * @list_lock: lock protecting orig_list
950 struct hlist_head orig_list; member in struct:batadv_tt_global_entry
952 spinlock_t list_lock; /* protects orig_list */
960 * @list: list node for batadv_tt_global_entry::orig_list

Completed in 67 milliseconds