Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Deth.h232 #define IP6_ECN(x) ((x) & IP6_ECN_MASK) macro
/openbmc/qemu/net/
H A Deth.c57 if (IP6_ECN(ip6hdr->ip6_ecn_acc) == IP6_ECN_CE) { in eth_get_gso_type()