Searched refs:tso_flags (Results 1 – 1 of 1) sorted by relevance
1032 packet_tso_flags_t tso_flags; in estimate_gso_pkts() local1036 tso_flags = pkt->pkt_csum_flags & PACKET_CSUM_TSO_FLAGS; in estimate_gso_pkts()1039 if (tso_flags == PACKET_TSO_IPV4) { in estimate_gso_pkts()1041 } else if (tso_flags == PACKET_TSO_IPV6) { in estimate_gso_pkts()1049 DTRACE_SKYWALK5(estimate__gso, packet_tso_flags_t, tso_flags, in estimate_gso_pkts()3484 packet_tso_flags_t tso_flags; in get_tso_af() local3486 tso_flags = pkt->pkt_csum_flags & PACKET_CSUM_TSO_FLAGS; in get_tso_af()3487 if (tso_flags == PACKET_TSO_IPV4) { in get_tso_af()3489 } else if (tso_flags == PACKET_TSO_IPV6) { in get_tso_af()3492 panic("invalid tso flags: 0x%x\n", tso_flags); in get_tso_af()