Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/skywalk/packet/
H A Dos_packet.h204 PACKET_TSO_IPV4 = 0x00100000, enumerator
H A Dpacket_copy.c896 ASSERT((pkt->pkt_csum_flags & PACKET_TSO_IPV4) == 0); in pkt_copy_from_mbuf()
1279 ASSERT((pkt->pkt_csum_flags & PACKET_TSO_IPV4) == 0); in pkt_copy_multi_buflet_from_mbuf()
/xnu-10002.81.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1039 if (tso_flags == PACKET_TSO_IPV4) { in estimate_gso_pkts()
3466 if (tso_flags == PACKET_TSO_IPV4) { in get_tso_af()