Home
last modified time | relevance | path

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

/net/batman-adv/
Dtypes.h515 struct batadv_priv_tt { struct
516 atomic_t vn;
517 atomic_t ogm_append_cnt;
518 atomic_t local_changes;
519 struct list_head changes_list;
520 struct batadv_hashtable *local_hash;
521 struct batadv_hashtable *global_hash;
522 struct list_head req_list;
523 struct list_head roam_list;
524 spinlock_t changes_list_lock; /* protects changes */
[all …]