Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dip6.h113 u_int32_t ip6_un1_flow; /* 20 bits of flow-ID */ member
125 #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow
/xnu-8020.101.4/bsd/dev/dtrace/scripts/
H A Dip.d204 ipv6_tclass = (ip6 != NULL) ? (ip6->ip6_ctlun.ip6_un1.ip6_un1_flow & 0x0ff00000) >> 20 : 0;
205 ipv6_flow = (ip6 != NULL) ? (ip6->ip6_ctlun.ip6_un1.ip6_un1_flow & 0x000fffff) : 0;
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c149 .ip6_ctlun.ip6_un1.ip6_un1_flow = 0xffffffff,