Searched defs:batadv_neigh_node (Results 1 – 2 of 2) sorted by relevance
650 struct batadv_neigh_node { struct652 struct hlist_node list;655 struct batadv_orig_node *orig_node;658 u8 addr[ETH_ALEN];661 struct hlist_head ifinfo_list;664 spinlock_t ifinfo_lock;667 struct batadv_hard_iface *if_incoming;670 unsigned long last_seen;673 struct batadv_hardif_neigh_node *hardif_neigh;676 struct kref refcount;[all …]
640 struct batadv_neigh_node { struct642 struct hlist_node list;645 struct batadv_orig_node *orig_node;648 u8 addr[ETH_ALEN];651 struct hlist_head ifinfo_list;654 spinlock_t ifinfo_lock;657 struct batadv_hard_iface *if_incoming;660 unsigned long last_seen;663 struct batadv_hardif_neigh_node *hardif_neigh;666 struct kref refcount;[all …]