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 */65 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu() argument