Searched refs:IP6_ECN (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/include/net/ | ||
| H A D | eth.h | 232 #define IP6_ECN(x) ((x) & IP6_ECN_MASK) macro |
| /openbmc/qemu/net/ | ||
| H A D | eth.c | 57 if (IP6_ECN(ip6hdr->ip6_ecn_acc) == IP6_ECN_CE) { in eth_get_gso_type() |