Searched refs:VIRTIO_NET_HDR_GSO_TCPV6 (Results 1 – 7 of 7) sorted by relevance
17 case VIRTIO_NET_HDR_GSO_TCPV6: in virtio_net_hdr_match_proto()40 case VIRTIO_NET_HDR_GSO_TCPV6: in virtio_net_hdr_set_proto()67 case VIRTIO_NET_HDR_GSO_TCPV6: in virtio_net_hdr_to_skb()221 hdr->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_hdr_from_skb()
126 } else if (gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_update_ip_checksums()348 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_build_vheader()661 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_tcp_fragment_fix()749 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_do_sw_fragmentation()779 case VIRTIO_NET_HDR_GSO_TCPV6: in net_tx_pkt_do_sw_fragmentation()797 gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_do_sw_fragmentation()806 gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_do_sw_fragmentation()
2132 h->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_drain_seg()2631 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
137 #define VIRTIO_NET_HDR_GSO_TCPV6 4 /* 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()