Searched refs:VIRTIO_NET_HDR_GSO_TCPV6 (Results 1 – 5 of 5) sorted by relevance
126 } else if (gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_update_ip_checksums()344 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_build_vheader()657 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_tcp_fragment_fix()745 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_do_sw_fragmentation()775 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_do_sw_fragmentation()793 gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_do_sw_fragmentation()802 gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_do_sw_fragmentation()
2071 h->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_drain_seg()2570 chain->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_lookup_chain()
112 #define VIRTIO_NET_HDR_GSO_TCPV6 0x04 /* GSO frame, IPv6 TCP */ macro
138 #define VIRTIO_NET_HDR_GSO_TCPV6 4 /* GSO frame, IPv6 TCP */ macro
62 return VIRTIO_NET_HDR_GSO_TCPV6 | ecn_state; in eth_get_gso_type()