Home
last modified time | relevance | path

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

/qemu/net/
H A Deth.c39 uint8_t ecn_state = 0; in eth_get_gso_type() local
46 ecn_state = VIRTIO_NET_HDR_GSO_ECN; in eth_get_gso_type()
49 return VIRTIO_NET_HDR_GSO_TCPV4 | ecn_state; in eth_get_gso_type()
51 return VIRTIO_NET_HDR_GSO_UDP | ecn_state; in eth_get_gso_type()
58 ecn_state = VIRTIO_NET_HDR_GSO_ECN; in eth_get_gso_type()
62 return VIRTIO_NET_HDR_GSO_TCPV6 | ecn_state; in eth_get_gso_type()
68 return VIRTIO_NET_HDR_GSO_NONE | ecn_state; in eth_get_gso_type()