Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 1 of 1) sorted by relevance
348 #define IPV6_FLOWLABEL_MASK cpu_to_be32(0x000FFFFF) macro351 #define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)961 flowlabel &= IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()977 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()1046 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()1066 return fl6->flowlabel & IPV6_FLOWLABEL_MASK; in flowi6_get_flowlabel()
Completed in 5 milliseconds