Searched refs:ip6_un1_flow (Results 1 – 3 of 3) sorted by relevance
113 u_int32_t ip6_un1_flow; /* 20 bits of flow-ID */ member125 #define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow
204 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;
149 .ip6_ctlun.ip6_un1.ip6_un1_flow = 0xffffffff,