Symbol: IPV6_FLOWLABEL_MASK
drivers/net/geneve.c
2176
IPV6_FLOWLABEL_MASK;
drivers/net/vxlan/vxlan_core.c
4150
IPV6_FLOWLABEL_MASK;
include/net/ipv6.h
1006
return fl6->flowlabel & IPV6_FLOWLABEL_MASK;
include/net/ipv6.h
341
#define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)
include/net/ipv6.h
887
flowlabel &= IPV6_FLOWLABEL_MASK;
include/net/ipv6.h
905
flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK;
include/net/ipv6.h
986
return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK;
net/core/filter.c
4990
IPV6_FLOWLABEL_MASK;
net/ipv4/tcp_minisocks.c
365
tw->tw_flowlabel = be32_to_cpu(np->flow_label & IPV6_FLOWLABEL_MASK);
net/ipv6/datagram.c
84
(np->flow_label & IPV6_FLOWLABEL_MASK)) {
net/ipv6/fib6_rules.c
408
if (flowlabel_mask & ~IPV6_FLOWLABEL_MASK) {
net/ipv6/ip6_flowlabel.c
217
fl->label = label & IPV6_FLOWLABEL_MASK;
net/ipv6/ip6_flowlabel.c
221
fl->label = htonl(get_random_u32())&IPV6_FLOWLABEL_MASK;
net/ipv6/ip6_flowlabel.c
260
label &= IPV6_FLOWLABEL_MASK;
net/ipv6/ip6_flowlabel.c
515
freq->flr_label = np->rcv_flowinfo & IPV6_FLOWLABEL_MASK;
net/ipv6/ip6_flowlabel.c
527
if (sfl->fl->label == (np->flow_label & IPV6_FLOWLABEL_MASK)) {
net/ipv6/ip6_flowlabel.c
574
if (freq->flr_label == (np->flow_label & IPV6_FLOWLABEL_MASK))
net/ipv6/ip6_flowlabel.c
575
np->flow_label &= ~IPV6_FLOWLABEL_MASK;
net/ipv6/ip6_flowlabel.c
634
if (freq->flr_label & ~IPV6_FLOWLABEL_MASK)
net/ipv6/ip6_gre.c
1110
fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo;
net/ipv6/ip6_tunnel.c
1495
fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo;
net/ipv6/raw.c
806
if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) {
net/ipv6/raw.c
848
if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
net/ipv6/route.c
6182
(nla_get_be32(tb[RTA_FLOWLABEL]) & ~IPV6_FLOWLABEL_MASK)) {
net/ipv6/seg6_iptunnel.c
132
flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK;
net/ipv6/tcp_ipv6.c
162
if (fl6->flowlabel & IPV6_FLOWLABEL_MASK) {
net/ipv6/udp.c
1567
if (fl6->flowlabel & IPV6_FLOWLABEL_MASK) {
net/ipv6/udp.c
1620
if ((fl6->flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
net/l2tp/l2tp_ip6.c
563
if (fl6.flowlabel & IPV6_FLOWLABEL_MASK) {
net/l2tp/l2tp_ip6.c
603
if ((fl6.flowlabel & IPV6_FLOWLABEL_MASK) && !flowlabel) {
net/sctp/associola.c
649
peer->flowlabel = ntohl(info & IPV6_FLOWLABEL_MASK);
net/sctp/ipv6.c
303
(fl6->flowlabel & IPV6_FLOWLABEL_MASK)) {
tools/testing/selftests/bpf/progs/bpf_flow.c
89
return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK;