Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 18 of 18) 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()
806 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in rawv6_sendmsg()848 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in rawv6_sendmsg()
120 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in seg6_make_flowlabel()
1444 if (fl6->flowlabel & IPV6_FLOWLABEL_MASK) { in udpv6_sendmsg()1497 if ((fl6->flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in udpv6_sendmsg()
84 (np->flow_label & IPV6_FLOWLABEL_MASK)) { in ip6_datagram_dst_update()
1483 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6_tnl_link_config()
163 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in tcp_v6_connect()
1136 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6gre_tnl_link_config_common()
345 #define IPV6_FLOWLABEL_MASK cpu_to_be32(0x000FFFFF) macro348 #define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)965 flowlabel &= IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()981 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in ip6_make_flowlabel()1050 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()1070 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()
562 if (fl6.flowlabel & IPV6_FLOWLABEL_MASK) { in l2tp_ip6_sendmsg()602 if ((fl6.flowlabel & IPV6_FLOWLABEL_MASK) && !flowlabel) { in l2tp_ip6_sendmsg()
336 tw->tw_flowlabel = be32_to_cpu(np->flow_label & IPV6_FLOWLABEL_MASK); in tcp_time_wait()
850 if (fl6.flowlabel & IPV6_FLOWLABEL_MASK) { in dccp_v6_connect()
300 (fl6->flowlabel & IPV6_FLOWLABEL_MASK)) { in sctp_v6_get_dst()
648 peer->flowlabel = ntohl(info & IPV6_FLOWLABEL_MASK); in sctp_assoc_add_peer()
1493 IPV6_FLOWLABEL_MASK; in geneve_nl2info()
4126 IPV6_FLOWLABEL_MASK; in vxlan_nl2conf()
4843 IPV6_FLOWLABEL_MASK; in BPF_CALL_4()
Completed in 725 milliseconds