Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dvirtio_net.h13 case VIRTIO_NET_HDR_GSO_TCPV4: in virtio_net_hdr_match_proto()
33 case VIRTIO_NET_HDR_GSO_TCPV4: in virtio_net_hdr_set_proto()
59 case VIRTIO_NET_HDR_GSO_TCPV4: in virtio_net_hdr_to_skb()
206 hdr->gso_type = VIRTIO_NET_HDR_GSO_TCPV4; in virtio_net_hdr_from_skb()
/Linux-v6.6/include/uapi/linux/
Dvirtio_net.h135 #define VIRTIO_NET_HDR_GSO_TCPV4 1 /* GSO frame, IPv4 TCP (TSO) */ macro