Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.c163 struct vxlan_softc { struct
164 struct ifnet *vxl_ifp;
165 int vxl_reqcap;
167 uint32_t vxl_vni;
170 uint32_t vxl_flags;
176 uint16_t vxl_min_port;
177 uint16_t vxl_max_port;
178 uint8_t vxl_ttl;
207 LIST_ENTRY(vxlan_softc) vxl_entry; argument
211 struct timeval err_time;
[all …]