Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_HDR_GSO_TCPV4 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dvirtio_net.h15 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()
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c118 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()
H A Dvirtio-net.c2130 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()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h110 #define VIRTIO_NET_HDR_GSO_TCPV4 0x01 /* GSO frame, IPv4 TCP (TSO) */ macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h135 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h136 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */ macro
/openbmc/qemu/net/
H A Deth.c49 return VIRTIO_NET_HDR_GSO_TCPV4 | ecn_state; in eth_get_gso_type()