Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 2 of 2) sorted by relevance
100 #define IPV6_FLOWLABEL_MASK ((u_int32_t)htonl(0x000fffff)) /* flow label (20 bits) */ macro
2424 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in pr_iph()