Searched refs:IFCAP_TSO4 (Results 1 – 7 of 7) sorted by relevance
230 #define IFCAP_TSO4 0x00100 /* can do TCP Segmentation Offload */ macro258 #define IFCAP_TSO (IFCAP_TSO4 | IFCAP_TSO6)
3025 reqcap & IFCAP_TSO4) { in vxlan_set_reqcap()3026 reqcap &= ~IFCAP_TSO4; in vxlan_set_reqcap()3036 if (mask & IFCAP_TSO4 && reqcap & IFCAP_TSO4 && in vxlan_set_reqcap()
1234 if (ifp->if_capenable & IFCAP_TSO4) in tun_caps_changed()
2445 if (if_getcapenable(ifp) & IFCAP_TSO4) in iflib_init_locked()
216 #define IFCAP_TSO4 0x00100 /* can do TCP Segmentation Offload */ macro244 #define IFCAP_TSO (IFCAP_TSO4 | IFCAP_TSO6)
1804 DEF_CMD("tso4", IFCAP_TSO4, setifcap),1805 DEF_CMD("-tso4", -IFCAP_TSO4, setifcap),
2960 if (ifp->if_capenable & IFCAP_TSO4 && in tcp_maxmtu()