Home
last modified time | relevance | path

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

/Linux-v5.4/net/batman-adv/
Dtypes.h647 struct batadv_neigh_node { struct
649 struct hlist_node list;
652 struct batadv_orig_node *orig_node;
655 u8 addr[ETH_ALEN];
658 struct hlist_head ifinfo_list;
661 spinlock_t ifinfo_lock;
664 struct batadv_hard_iface *if_incoming;
667 unsigned long last_seen;
670 struct batadv_hardif_neigh_node *hardif_neigh;
673 struct kref refcount;
[all …]