Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Deth.h229 #define IPTOS_ECN(x) ((x) & IPTOS_ECN_MASK) macro
/openbmc/qemu/net/
H A Deth.c45 if (IPTOS_ECN(iphdr->ip_tos) == IPTOS_ECN_CE) { in eth_get_gso_type()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c2454 if (IPTOS_ECN(ip->ip_tos)) { in virtio_net_rsc_sanity_check4()