Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 15 of 15) sorted by relevance
217 fl->label = label & IPV6_FLOWLABEL_MASK; in fl_intern()221 fl->label = htonl(get_random_u32())&IPV6_FLOWLABEL_MASK; in fl_intern()260 label &= IPV6_FLOWLABEL_MASK; in __fl6_sock_lookup()515 freq->flr_label = np->rcv_flowinfo & IPV6_FLOWLABEL_MASK; in ipv6_flowlabel_opt_get()527 if (sfl->fl->label == (np->flow_label & IPV6_FLOWLABEL_MASK)) { in ipv6_flowlabel_opt_get()574 if (freq->flr_label == (np->flow_label & IPV6_FLOWLABEL_MASK)) in ipv6_flowlabel_put()575 np->flow_label &= ~IPV6_FLOWLABEL_MASK; in ipv6_flowlabel_put()634 if (freq->flr_label & ~IPV6_FLOWLABEL_MASK) in ipv6_flowlabel_get()
132 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in seg6_make_flowlabel()
84 (np->flow_label & IPV6_FLOWLABEL_MASK)) { in ip6_datagram_dst_update()
1494 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6_tnl_link_config()
1110 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6gre_tnl_link_config_common()
162 if (fl6->flowlabel & IPV6_FLOWLABEL_MASK) { in tcp_v6_connect()
6172 (nla_get_be32(tb[RTA_FLOWLABEL]) & ~IPV6_FLOWLABEL_MASK)) { in inet6_rtm_valid_getroute_req()
338 #define IPV6_FLOWLABEL_MASK cpu_to_be32(0x000FFFFF) macro341 #define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)887 flowlabel &= IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()905 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()974 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()994 return fl6->flowlabel & IPV6_FLOWLABEL_MASK; in flowi6_get_flowlabel()
86 #define IPV6_FLOWLABEL_MASK __bpf_constant_htonl(0x000FFFFF) macro89 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()
365 tw->tw_flowlabel = be32_to_cpu(np->flow_label & IPV6_FLOWLABEL_MASK); in tcp_time_wait()
303 (fl6->flowlabel & IPV6_FLOWLABEL_MASK)) { in sctp_v6_get_dst()
649 peer->flowlabel = ntohl(info & IPV6_FLOWLABEL_MASK); in sctp_assoc_add_peer()
4147 IPV6_FLOWLABEL_MASK; in vxlan_nl2conf()
4916 IPV6_FLOWLABEL_MASK; in BPF_CALL_4()