Searched refs:IPTOS_ECN_CE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/net/ | ||
H A D | eth.h | 230 #define IPTOS_ECN_CE 0x03 macro |
/openbmc/qemu/net/ | ||
H A D | eth.c | 45 if (IPTOS_ECN(iphdr->ip_tos) == IPTOS_ECN_CE) { in eth_get_gso_type() |