Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip6.h114 #define IPV6_FLOW_TCLASS(x) (((x) & IPV6_FLOWINFO_TCLASS) >> 20) macro
123 #define IPV6_FLOW_TCLASS(x) ((((x) & 0xf000U) >> 12) |\ macro
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1844 return ((IPV6_FLOW_TCLASS(ip6h->ip6_vcf) & in flow_ip_dsfield_match()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2609 ipp->ipp_tclass = IPV6_FLOW_TCLASS(ip6h->ip6_flow); in ip_find_hdr_v6()