Home
last modified time | relevance | path

Searched defs:batadv_priv_tt (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/batman-adv/
Dtypes.h531 struct batadv_priv_tt { struct
532 atomic_t vn;
533 atomic_t ogm_append_cnt;
534 atomic_t local_changes;
535 struct list_head changes_list;
536 struct batadv_hashtable *local_hash;
537 struct batadv_hashtable *global_hash;
538 struct hlist_head req_list;
539 struct list_head roam_list;
540 spinlock_t changes_list_lock; /* protects changes */
[all …]