Home
last modified time | relevance | path

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

/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()
343 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_build_vheader()
652 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_tcp_fragment_fix()
674 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4) { in net_tx_pkt_tcp_fragment_advance()
744 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_do_sw_fragmentation()
774 case VIRTIO_NET_HDR_GSO_TCPV4: in net_tx_pkt_do_sw_fragmentation()
792 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4 || in net_tx_pkt_do_sw_fragmentation()
801 if (gso_type == VIRTIO_NET_HDR_GSO_TCPV4 || in net_tx_pkt_do_sw_fragmentation()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h110 #define VIRTIO_NET_HDR_GSO_TCPV4 0x01 /* 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()