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.h626 struct batadv_neigh_node { struct
628 struct hlist_node list;
631 struct batadv_orig_node *orig_node;
634 u8 addr[ETH_ALEN];
637 struct hlist_head ifinfo_list;
640 spinlock_t ifinfo_lock;
643 struct batadv_hard_iface *if_incoming;
646 unsigned long last_seen;
649 struct batadv_hardif_neigh_node *hardif_neigh;
652 struct kref refcount;
[all …]