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