Home
last modified time | relevance | path

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

/include/net/
Dipv6.h345 #define IPV6_FLOWLABEL_MASK cpu_to_be32(0x000FFFFF) macro
348 #define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)
956 flowlabel &= IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()
972 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()
1041 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()
1061 return fl6->flowlabel & IPV6_FLOWLABEL_MASK; in flowi6_get_flowlabel()