Home
last modified time | relevance | path

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

/Linux-v4.19/net/batman-adv/
Dtypes.h625 struct batadv_neigh_node { struct
627 struct hlist_node list;
630 struct batadv_orig_node *orig_node;
633 u8 addr[ETH_ALEN];
636 struct hlist_head ifinfo_list;
639 spinlock_t ifinfo_lock;
642 struct batadv_hard_iface *if_incoming;
645 unsigned long last_seen;
648 struct batadv_hardif_neigh_node *hardif_neigh;
651 struct kref refcount;
[all …]