Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dtypes.h627 struct batadv_neigh_node { struct
629 struct hlist_node list;
632 struct batadv_orig_node *orig_node;
635 u8 addr[ETH_ALEN];
638 struct hlist_head ifinfo_list;
641 spinlock_t ifinfo_lock;
644 struct batadv_hard_iface *if_incoming;
647 unsigned long last_seen;
650 struct batadv_hardif_neigh_node *hardif_neigh;
653 struct kref refcount;
[all …]