Lines Matching defs:vxlan_fdb
28 struct vxlan_fdb { struct
29 struct hlist_node hlist; /* linked list of entries */
30 struct rcu_head rcu;
31 unsigned long updated; /* jiffies */
32 unsigned long used;
33 struct list_head remotes;
34 u8 eth_addr[ETH_ALEN];
35 u16 state; /* see ndm_state */
36 __be32 vni;
37 u16 flags; /* see ndm_flags and below */
38 struct list_head nh_list;
62 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu() argument