Searched refs:IPV6_ECN (Results 1 – 4 of 4) sorted by relevance
112 #define IPV6_ECN(ip6) ((ntohl((ip6)->ip6_flow) >> IPV6_FLOWLABEL_LEN) & 0x03) macro
617 q6->ip6q_ecn = IPV6_ECN(ip6); in frag6_input()735 ecn = IPV6_ECN(ip6); in frag6_input()
659 if (IPV6_ECN(ip6) == 0) in ip6_output()
2328 h->ip6_flow |= htonl((pd->act.set_tos | IPV6_ECN(h)) << 20); in pf_scrub_ip6()