Searched refs:IPV6_ECN (Results 1 – 3 of 3) sorted by relevance
112 #define IPV6_ECN(ip6) ((ntohl((ip6)->ip6_flow) >> 20) & 0x03) macro
555 q6->ip6q_ecn = IPV6_ECN(ip6); in frag6_input()688 ecn = IPV6_ECN(ip6); in frag6_input()
651 if (IPV6_ECN(ip6) == 0) in ip6_output()