Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h61 #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow macro
62 #define ip6_vcf ip6_flow /* Version, tclass, flow-ID */
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1368 ip6->ip6_flow = ((ip6_t *)fin->fin_ip)->ip6_flow;
1589 ip6->ip6_flow = ((ip6_t *)fin->fin_ip)->ip6_flow;
H A Dip_frag.c248 frag->ipfr_tos = ip6->ip6_flow & IPV6_FLOWINFO_MASK;
/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()