Searched refs:vxlan_softc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dif_vxlan.c74 struct vxlan_softc;
75 LIST_HEAD(vxlan_softc_head, vxlan_softc);
139 struct vxlan_softc { struct
181 LIST_ENTRY(vxlan_softc) vxl_entry;
182 LIST_ENTRY(vxlan_softc) vxl_ifdetach_list;
211 static void vxlan_ftable_init(struct vxlan_softc *);
212 static void vxlan_ftable_fini(struct vxlan_softc *);
213 static void vxlan_ftable_flush(struct vxlan_softc *, int);
214 static void vxlan_ftable_expire(struct vxlan_softc *);
215 static int vxlan_ftable_update_locked(struct vxlan_softc *,
[all...]

Completed in 46 milliseconds