Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dipv6.h284 #define IPV6_FLOWLABEL_MASK cpu_to_be32(0x000FFFFF) macro
287 #define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)
807 flowlabel &= IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()
823 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()
885 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()
900 return fl6->flowlabel & IPV6_FLOWLABEL_MASK; in flowi6_get_flowlabel()