Searched refs:VIRTIO_NET_HDR_GSO_TCPV4 (Results 1 – 3 of 3) sorted by relevance
118 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4 || in net_tx_pkt_update_ip_checksums()343 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_build_vheader()652 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_tcp_fragment_fix()674 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4) { in net_tx_pkt_tcp_fragment_advance()744 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_do_sw_fragmentation()774 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_do_sw_fragmentation()792 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4 || in net_tx_pkt_do_sw_fragmentation()801 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4 || in net_tx_pkt_do_sw_fragmentation()
110 #define VIRTIO_NET_HDR_GSO_TCPV4 0x01 /* GSO frame, IPv4 TCP (TSO) */ macro
49 return VIRTIO_NET_HDR_GSO_TCPV4 | ecn_state; in eth_get_gso_type()