Searched refs:VIRTIO_NET_HDR_GSO_TCPV4 (Results 1 – 7 of 7) sorted by relevance
15 case VIRTIO_NET_HDR_GSO_TCPV4: in virtio_net_hdr_match_proto()35 case VIRTIO_NET_HDR_GSO_TCPV4: in virtio_net_hdr_set_proto()62 case VIRTIO_NET_HDR_GSO_TCPV4: in virtio_net_hdr_to_skb()219 hdr->gso_type = VIRTIO_NET_HDR_GSO_TCPV4; in virtio_net_hdr_from_skb()
118 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4 || in net_tx_pkt_update_ip_checksums()347 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_build_vheader()656 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_tcp_fragment_fix()678 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4) { in net_tx_pkt_tcp_fragment_advance()748 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_do_sw_fragmentation()778 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_do_sw_fragmentation()796 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4 || in net_tx_pkt_do_sw_fragmentation()805 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4 || in net_tx_pkt_do_sw_fragmentation()
2130 h->gso_type = VIRTIO_NET_HDR_GSO_TCPV4; in virtio_net_rsc_drain_seg()2628 chain->gso_type = VIRTIO_NET_HDR_GSO_TCPV4; in virtio_net_rsc_lookup_chain()
110 #define VIRTIO_NET_HDR_GSO_TCPV4 0x01 /* GSO frame, IPv4 TCP (TSO) */ macro
135 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */ macro
136 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */ macro
49 return VIRTIO_NET_HDR_GSO_TCPV4 | ecn_state; in eth_get_gso_type()