Searched refs:IPV6_FLOWLABEL_MASK (Results 1 – 16 of 16) sorted by relevance
86 #define IPV6_FLOWLABEL_MASK __bpf_constant_htonl(0x000FFFFF) macro89 return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK; in ip6_flowlabel()
806 if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) { in rawv6_sendmsg()848 if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in rawv6_sendmsg()
409 if (flowlabel_mask & ~IPV6_FLOWLABEL_MASK) { in fib6_nl2rule_flowlabel()
134 flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; in seg6_make_flowlabel()
1570 if (fl6->flowlabel & IPV6_FLOWLABEL_MASK) { in udpv6_sendmsg()1623 if ((fl6->flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) { in udpv6_sendmsg()
84 (np->flow_label & IPV6_FLOWLABEL_MASK)) { in ip6_datagram_dst_update()
162 if (fl6->flowlabel & IPV6_FLOWLABEL_MASK) { in tcp_v6_connect()
1487 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6_tnl_link_config()
1109 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6gre_tnl_link_config_common()
6201 (nla_get_be32(tb[RTA_FLOWLABEL]) & ~IPV6_FLOWLABEL_MASK)) { in inet6_rtm_valid_getroute_req()
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()
659 peer->flowlabel = ntohl(info & IPV6_FLOWLABEL_MASK); in sctp_assoc_add_peer()
2293 IPV6_FLOWLABEL_MASK; in geneve_nl2info()
5080 IPV6_FLOWLABEL_MASK; in BPF_CALL_4()