Searched refs:gso_type (Results 1 – 7 of 7) sorted by relevance
110 uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in net_tx_pkt_update_ip_checksums() local118 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4 || in net_tx_pkt_update_ip_checksums()119 gso_type == VIRTIO_NET_HDR_GSO_UDP) { in net_tx_pkt_update_ip_checksums()126 } else if (gso_type == VIRTIO_NET_HDR_GSO_TCPV6) { in net_tx_pkt_update_ip_checksums()330 pkt->virt_hdr.gso_type = net_tx_pkt_get_gso_type(pkt, tso_enable); in net_tx_pkt_build_vheader()332 switch (pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in net_tx_pkt_build_vheader()643 uint8_t gso_type) in net_tx_pkt_tcp_fragment_fix() argument651 switch (gso_type) { in net_tx_pkt_tcp_fragment_fix()667 uint8_t gso_type) in net_tx_pkt_tcp_fragment_advance() argument674 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4) { in net_tx_pkt_tcp_fragment_advance()[all …]
1737 .gso_type = VIRTIO_NET_HDR_GSO_NONE in receive_header()2126 h->gso_type = VIRTIO_NET_HDR_GSO_NONE; in virtio_net_rsc_drain_seg()2133 h->gso_type = VIRTIO_NET_HDR_GSO_TCPV4; in virtio_net_rsc_drain_seg()2135 h->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_drain_seg()2631 chain->gso_type = VIRTIO_NET_HDR_GSO_TCPV4; in virtio_net_rsc_lookup_chain()2634 chain->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_lookup_chain()
214 vhdr->flags, vhdr->gso_type, vhdr->hdr_len, vhdr->gso_size, in vmxnet3_dump_virt_hdr()900 offload_type = vhdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN; in vmxnet3_rx_update_descr()
141 uint8_t gso_type; member193 uint8_t gso_type; member
36 uint8_t gso_type; member
129 uint8_t gso_type; member
284 .gso_type = VIRTIO_NET_HDR_GSO_NONE in vubr_backend_recv_cb()