Searched defs:vxlan_softc (Results 1 – 1 of 1) sorted by relevance
163 struct vxlan_softc { struct164 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; argument211 struct timeval err_time;[all …]