Searched refs:IFCAP_TXCSUM_IPV6 (Results 1 – 10 of 10) sorted by relevance
434 if ((mask & IFCAP_TXCSUM_IPV6) != 0) { in loioctl()436 ifp->if_capenable ^= IFCAP_TXCSUM_IPV6; in loioctl()446 if (ifp->if_capenable & IFCAP_TXCSUM_IPV6) in loioctl()
244 #define IFCAP_TXCSUM_IPV6 0x400000 /* can offload checksum on IPv6 TX */ macro255 #define IFCAP_HWCSUM_IPV6 (IFCAP_RXCSUM_IPV6 | IFCAP_TXCSUM_IPV6)
3029 if (mask & IFCAP_TXCSUM_IPV6 && !(reqcap & IFCAP_TXCSUM_IPV6) && in vxlan_set_reqcap()3042 !(reqcap & IFCAP_TXCSUM_IPV6)) { in vxlan_set_reqcap()3115 if (ena & IFCAP_TXCSUM_IPV6) { in vxlan_set_hwcaps()
1730 if (ena & IFCAP_TXCSUM_IPV6) in vlan_capabilities()
1231 if (ifp->if_capenable & IFCAP_TXCSUM_IPV6) in tun_caps_changed()
180 IFCAP_TXCSUM_IPV6)
2443 if (if_getcapenable(ifp) & IFCAP_TXCSUM_IPV6) in iflib_init_locked()
230 #define IFCAP_TXCSUM_IPV6 0x400000 /* can offload checksum on IPv6 TX */ macro241 #define IFCAP_HWCSUM_IPV6 (IFCAP_RXCSUM_IPV6 | IFCAP_TXCSUM_IPV6)
517 if ((if_getcapenable(sc->ifp) & (IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6)) != in gen_enable_offload()1028 if ((if_getcapenable(sc->ifp) & (IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6)) != in gen_encap()1527 if (flags & IFCAP_TXCSUM_IPV6) in gen_ioctl()1528 enable ^= IFCAP_TXCSUM_IPV6; in gen_ioctl()1529 if (enable & (IFCAP_TXCSUM | IFCAP_TXCSUM_IPV6)) in gen_ioctl()
1790 DEF_CMD("txcsum6", IFCAP_TXCSUM_IPV6, setifcap),1791 DEF_CMD("-txcsum6", -IFCAP_TXCSUM_IPV6, setifcap),