Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_vxlan.c80 struct vxlan_softc;
81 LIST_HEAD(vxlan_softc_head, vxlan_softc);
161 struct vxlan_softc { struct
207 LIST_ENTRY(vxlan_softc) vxl_entry; argument
208 LIST_ENTRY(vxlan_softc) vxl_ifdetach_list;
241 static void vxlan_ftable_init(struct vxlan_softc *);
242 static void vxlan_ftable_fini(struct vxlan_softc *);
243 static void vxlan_ftable_flush(struct vxlan_softc *, int);
244 static void vxlan_ftable_expire(struct vxlan_softc *);
245 static int vxlan_ftable_update_locked(struct vxlan_softc *,
[all …]