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.h637 struct batadv_neigh_node { struct
639 struct hlist_node list;
642 struct batadv_orig_node *orig_node;
645 u8 addr[ETH_ALEN];
648 struct hlist_head ifinfo_list;
651 spinlock_t ifinfo_lock;
654 struct batadv_hard_iface *if_incoming;
657 unsigned long last_seen;
660 struct batadv_hardif_neigh_node *hardif_neigh;
663 struct kref refcount;
[all …]