Home
last modified time | relevance | path

Searched refs:CSUM_TSO_IPV6 (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c773 static_assert(CSUM_TO_GSO(~(CSUM_TSO_IPV4 | CSUM_TSO_IPV6)) == GSO_NONE); in netif_gso_init()
775 static_assert(CSUM_TO_GSO(CSUM_TSO_IPV6) == GSO_TCP6); in netif_gso_init()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h804 #define CSUM_TSO_IPV6 0x00200000 /* This mbuf needs to be segmented by the NIC */ macro
816 ((_m)->m_pkthdr.csum_flags & CSUM_TSO_IPV6)) \
820 ((_m)->m_pkthdr.csum_flags & CSUM_TSO_IPV6)) \
/xnu-12377.41.6/bsd/net/
H A Ddlil_output.c697 (m->m_pkthdr.csum_flags & (CSUM_TSO_IPV4 | CSUM_TSO_IPV6))) { in dlil_output_cksum_dbg()
H A Dnat464_utils.c1133 *pbuf->pb_csum_flags |= CSUM_TSO_IPV6; in nat464_translate_proto()
H A Dif_bridge.c181 #define _TSO_CSUM (CSUM_TSO_IPV4 | CSUM_TSO_IPV6)
5283 mbuf_tso = CSUM_TSO_IPV6;
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpacket_copy.c928 if (m->m_pkthdr.csum_flags & CSUM_TSO_IPV6) { in pkt_copy_from_mbuf()
1330 if (m->m_pkthdr.csum_flags & CSUM_TSO_IPV6) { in pkt_copy_multi_buflet_from_mbuf()
1460 mbuf_flags |= CSUM_TSO_IPV6; in _convert_pkt_csum_flags()
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c3002 m->m_pkthdr.csum_flags |= CSUM_TSO_IPV6; in tcp_output()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c1856 if ((morig->m_pkthdr.csum_flags & CSUM_TSO_IPV6)) { in ip6_do_fragmentation()
H A Dnd6.c4357 if ((mcur->m_pkthdr.csum_flags & CSUM_TSO_IPV6) && in nd6_output_list()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1390 static_assert(MBUF_TSO_IPV6 == CSUM_TSO_IPV6); in mbinit()
H A Duipc_mbuf_mcache.c1023 static_assert(MBUF_TSO_IPV6 == CSUM_TSO_IPV6); in mbinit()