Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dkpi_interface.h250 IFNET_CSUM_PARTIAL = 0x00001000, enumerator
251 IFNET_CSUM_SUM16 = IFNET_CSUM_PARTIAL,
276 IFNET_CSUM_PARTIAL | IFNET_CSUM_ZERO_INVERT)
H A Dkpi_interface.c1055 IFNET_IPV6_FRAGMENT | IFNET_CSUM_PARTIAL | IFNET_CSUM_ZERO_INVERT |
1114 if ((offload & IFNET_CSUM_PARTIAL)) { in ifnet_set_offload_common()
H A Ddlil.c2221 _CASSERT(IF_HWASSIST_CSUM_PARTIAL == IFNET_CSUM_PARTIAL); in dlil_init()
/xnu-11215/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()