Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvirtio_net.h17 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()
213 hdr->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_hdr_from_skb()
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c126 } 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()
H A Dvirtio-net.c2095 h->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_drain_seg()
2594 chain->gso_type = VIRTIO_NET_HDR_GSO_TCPV6; in virtio_net_rsc_lookup_chain()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h112 #define VIRTIO_NET_HDR_GSO_TCPV6 0x04 /* GSO frame, IPv6 TCP */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h137 #define VIRTIO_NET_HDR_GSO_TCPV6 4 /* GSO frame, IPv6 TCP */ macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h137 #define VIRTIO_NET_HDR_GSO_TCPV6 4 /* GSO frame, IPv6 TCP */ macro
/openbmc/qemu/net/
H A Deth.c62 return VIRTIO_NET_HDR_GSO_TCPV6 | ecn_state; in eth_get_gso_type()