Searched defs:vxlan_fdb (Results 1 – 1 of 1) sorted by relevance
33 struct vxlan_fdb { struct39 struct vxlan_fdb_key key; argument40 u16 state; /* see ndm_state */41 u16 flags; /* see ndm_flags and below */42 struct list_head nh_list;43 struct hlist_node fdb_node;67 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu() argument
Completed in 5 milliseconds