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

/illumos-gate/usr/src/uts/common/inet/
H A Dip6.h113 #define IPV6_FLOW_TCLASS(x) (((x) & IPV6_FLOWINFO_TCLASS) >> 20) macro
122 #define IPV6_FLOW_TCLASS(x) ((((x) & 0xf000U) >> 12) |\ macro
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1843 return ((IPV6_FLOW_TCLASS(ip6h->ip6_vcf) &
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2619 ipp->ipp_tclass = IPV6_FLOW_TCLASS(ip6h->ip6_flow);

Completed in 74 milliseconds