Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1136 packet_tso_flags_t tso_flags; in estimate_gso_pkts() local
1140 tso_flags = pkt->pkt_csum_flags & PACKET_CSUM_TSO_FLAGS; in estimate_gso_pkts()
1143 if (tso_flags == PACKET_TSO_IPV4) { in estimate_gso_pkts()
1145 } else if (tso_flags == PACKET_TSO_IPV6) { in estimate_gso_pkts()
1153 DTRACE_SKYWALK5(estimate__gso, packet_tso_flags_t, tso_flags, in estimate_gso_pkts()
3719 packet_tso_flags_t tso_flags; in get_tso_af() local
3721 tso_flags = pkt->pkt_csum_flags & PACKET_CSUM_TSO_FLAGS; in get_tso_af()
3722 if (tso_flags == PACKET_TSO_IPV4) { in get_tso_af()
3724 } else if (tso_flags == PACKET_TSO_IPV6) { in get_tso_af()
3727 panic("invalid tso flags: 0x%x\n", tso_flags); in get_tso_af()