Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
Dtypes.h650 struct batadv_neigh_node { struct
652 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 …]
/kernel/linux/linux-6.6/net/batman-adv/
Dtypes.h640 struct batadv_neigh_node { struct
642 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 …]