Home
last modified time | relevance | path

Searched refs:IPV6_ECN (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDip6.h112 #define IPV6_ECN(ip6) ((ntohl((ip6)->ip6_flow) >> IPV6_FLOWLABEL_LEN) & 0x03) macro
/freebsd-14-stable/sys/netinet6/
HDfrag6.c617 q6->ip6q_ecn = IPV6_ECN(ip6); in frag6_input()
735 ecn = IPV6_ECN(ip6); in frag6_input()
HDip6_output.c659 if (IPV6_ECN(ip6) == 0) in ip6_output()
/freebsd-14-stable/sys/netpfil/pf/
HDpf_norm.c2328 h->ip6_flow |= htonl((pd->act.set_tos | IPV6_ECN(h)) << 20); in pf_scrub_ip6()