Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 3 of 3) sorted by relevance
100 #define IPV6_FLOWLABEL_MASK ((uint32_t)htonl(0x000fffff)) /* flow label (20 bits) */ macro
85 #define IPV6_FLOWLABEL_MASK __bpf_constant_htonl(0x000FFFFF) macro88 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()
11873 ip6->ip6_flow |= (htonl(ip6_randomflowlabel()) & IPV6_FLOWLABEL_MASK);