Home
last modified time | relevance | path

Searched refs:PACKET_TSO_IPV4 (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/packet/
H A Dos_packet.h204 PACKET_TSO_IPV4 = 0x00100000, enumerator
H A Dpacket_copy.c931 ASSERT((pkt->pkt_csum_flags & PACKET_TSO_IPV4) == 0); in pkt_copy_from_mbuf()
1333 ASSERT((pkt->pkt_csum_flags & PACKET_TSO_IPV4) == 0); in pkt_copy_multi_buflet_from_mbuf()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1143 if (tso_flags == PACKET_TSO_IPV4) { in estimate_gso_pkts()
3722 if (tso_flags == PACKET_TSO_IPV4) { in get_tso_af()