Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dkpi_interface.h251 IFNET_CSUM_PARTIAL = 0x00001000, enumerator
252 IFNET_CSUM_SUM16 = IFNET_CSUM_PARTIAL,
278 IFNET_CSUM_PARTIAL | IFNET_CSUM_ZERO_INVERT)
H A Dkpi_interface.c1055 IFNET_IPV6_FRAGMENT | IFNET_CSUM_PARTIAL | IFNET_CSUM_ZERO_INVERT |
1117 if ((offload & IFNET_CSUM_PARTIAL)) { in ifnet_set_offload_common()
H A Ddlil.c1377 _CASSERT(IF_HWASSIST_CSUM_PARTIAL == IFNET_CSUM_PARTIAL); in dlil_init()
/xnu-11417.101.15/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c125 ifp->if_hwassist |= IFNET_CSUM_PARTIAL | IFNET_CSUM_ZERO_INVERT; in nx_netif_host_adjust_if_capabilities()