Home
last modified time | relevance | path

Searched refs:CSUM_TSO_IPV4 (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()
774 static_assert(CSUM_TO_GSO(CSUM_TSO_IPV4) == GSO_TCP4); in netif_gso_init()
/xnu-12377.41.6/bsd/net/
H A Dnat464_utils.c1131 if (*pbuf->pb_csum_flags & CSUM_TSO_IPV4) { in nat464_translate_proto()
1132 *pbuf->pb_csum_flags &= ~CSUM_TSO_IPV4; in nat464_translate_proto()
H A Ddlil_output.c697 (m->m_pkthdr.csum_flags & (CSUM_TSO_IPV4 | CSUM_TSO_IPV6))) { in dlil_output_cksum_dbg()
H A Dif_bridge.c181 #define _TSO_CSUM (CSUM_TSO_IPV4 | CSUM_TSO_IPV6)
5278 mbuf_tso = CSUM_TSO_IPV4;
H A Dpf.c9375 (m0->m_pkthdr.csum_flags & CSUM_TSO_IPV4)) { in pf_route()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h803 #define CSUM_TSO_IPV4 0x00100000 /* This mbuf needs to be segmented by the NIC */ macro
808 ((_m)->m_pkthdr.csum_flags & CSUM_TSO_IPV4)) \
812 ((_m)->m_pkthdr.csum_flags & CSUM_TSO_IPV4)) \
/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c1186 if (m->m_pkthdr.csum_flags & CSUM_TSO_IPV4) { in ip_output_list()
1569 if (m->m_pkthdr.csum_flags & CSUM_TSO_IPV4) { in ip_output_list()
1671 if ((m->m_pkthdr.csum_flags & CSUM_TSO_IPV4) && in ip_output_list()
1736 (m->m_pkthdr.csum_flags & CSUM_TSO_IPV4)) { in ip_output_list()
H A Dtcp_output.c3004 m->m_pkthdr.csum_flags |= CSUM_TSO_IPV4; in tcp_output()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpacket_copy.c923 if (m->m_pkthdr.csum_flags & CSUM_TSO_IPV4) { in pkt_copy_from_mbuf()
1325 if (m->m_pkthdr.csum_flags & CSUM_TSO_IPV4) { in pkt_copy_multi_buflet_from_mbuf()
1457 mbuf_flags |= CSUM_TSO_IPV4; in _convert_pkt_csum_flags()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1389 static_assert(MBUF_TSO_IPV4 == CSUM_TSO_IPV4); in mbinit()
H A Duipc_mbuf_mcache.c1022 static_assert(MBUF_TSO_IPV4 == CSUM_TSO_IPV4); in mbinit()