Searched refs:tso_flags (Results 1 – 1 of 1) sorted by relevance
1117 packet_tso_flags_t tso_flags; in estimate_gso_pkts() local1121 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()3675 packet_tso_flags_t tso_flags; in get_tso_af() local3677 tso_flags = pkt->pkt_csum_flags & PACKET_CSUM_TSO_FLAGS; in get_tso_af()3678 if (tso_flags == PACKET_TSO_IPV4) { in get_tso_af()3680 } else if (tso_flags == PACKET_TSO_IPV6) { in get_tso_af()3683 panic("invalid tso flags: 0x%x\n", tso_flags); in get_tso_af()