Searched refs:IPV6_DSCP (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dip6.h110 #define IPV6_DSCP(ip6) ((ntohl((ip6)->ip6_flow) >> 20) & 0xfc) macro
/freebsd-13-stable/sys/netinet6/
H A Dip6_output.c659 if (IPV6_DSCP(ip6) == 0)
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c6405 pd.tos = IPV6_DSCP(h);

Completed in 130 milliseconds