Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1117 packet_tso_flags_t tso_flags; in estimate_gso_pkts() local
1121 tso_flags = pkt->pkt_csum_flags & PACKET_CSUM_TSO_FLAGS; in estimate_gso_pkts()
1124 if (tso_flags == PACKET_TSO_IPV4) { in estimate_gso_pkts()
1126 } else if (tso_flags == PACKET_TSO_IPV6) { in estimate_gso_pkts()
1134 DTRACE_SKYWALK5(estimate__gso, packet_tso_flags_t, tso_flags, in estimate_gso_pkts()
3632 packet_tso_flags_t tso_flags; in get_tso_af() local
3634 tso_flags = pkt->pkt_csum_flags & PACKET_CSUM_TSO_FLAGS; in get_tso_af()
3635 if (tso_flags == PACKET_TSO_IPV4) { in get_tso_af()
3637 } else if (tso_flags == PACKET_TSO_IPV6) { in get_tso_af()
3640 panic("invalid tso flags: 0x%x\n", tso_flags); in get_tso_af()