Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 13 of 13) sorted by relevance
218 fl->label = label & IPV6_FLOWLABEL_MASK; in fl_intern() 224 fl->label = htonl(get_random_u32())&IPV6_FLOWLABEL_MASK; in fl_intern() 267 label &= IPV6_FLOWLABEL_MASK; in __fl6_sock_lookup() 512 freq->flr_label = np->rcv_flowinfo & IPV6_FLOWLABEL_MASK; in ipv6_flowlabel_opt_get() 524 if (sfl->fl->label == (np->flow_label & IPV6_FLOWLABEL_MASK)) { in ipv6_flowlabel_opt_get() 571 if (freq->flr_label == (np->flow_label & IPV6_FLOWLABEL_MASK)) in ipv6_flowlabel_put() 572 np->flow_label &= ~IPV6_FLOWLABEL_MASK; in ipv6_flowlabel_put() 633 if (freq->flr_label & ~IPV6_FLOWLABEL_MASK) in ipv6_flowlabel_get()
804 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in rawv6_sendmsg() 846 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in rawv6_sendmsg()
405 if (flowlabel_mask & ~IPV6_FLOWLABEL_MASK) { in fib6_nl2rule_flowlabel()
1587 if (fl6->flowlabel & IPV6_FLOWLABEL_MASK) { in udpv6_sendmsg() 1640 if ((fl6->flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in udpv6_sendmsg()
84 (np->flow_label & IPV6_FLOWLABEL_MASK)) { in ip6_datagram_dst_update()
1107 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6gre_tnl_link_config_common()
6154 (nla_get_be32(tb[RTA_FLOWLABEL]) & ~IPV6_FLOWLABEL_MASK)) { in inet6_rtm_valid_getroute_req()
86 #define IPV6_FLOWLABEL_MASK __bpf_constant_htonl(0x000FFFFF) macro 89 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()
348 tw->tw_flowlabel = be32_to_cpu(np->flow_label & IPV6_FLOWLABEL_MASK); in tcp_time_wait()
649 peer->flowlabel = ntohl(info & IPV6_FLOWLABEL_MASK); in sctp_assoc_add_peer()
1516 IPV6_FLOWLABEL_MASK; in geneve_nl2info()
4114 IPV6_FLOWLABEL_MASK; in vxlan_nl2conf()
4874 IPV6_FLOWLABEL_MASK; in BPF_CALL_4()