Symbol: IPV6_FLOWLABEL_MASK
drivers/net/geneve.c
1994
IPV6_FLOWLABEL_MASK;
drivers/net/vxlan/vxlan_core.c
4150
IPV6_FLOWLABEL_MASK;
include/net/ipv6.h
338
#define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)
include/net/ipv6.h
884
flowlabel &= IPV6_FLOWLABEL_MASK;
include/net/ipv6.h
902
flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK;
include/net/ipv6.h
971
return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK;
include/net/ipv6.h
991
return fl6->flowlabel & IPV6_FLOWLABEL_MASK;
net/core/filter.c
4906
IPV6_FLOWLABEL_MASK;
net/ipv4/tcp_minisocks.c
366
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
405
if (flowlabel_mask & ~IPV6_FLOWLABEL_MASK) {
net/ipv6/ip6_flowlabel.c
213
fl->label = label & IPV6_FLOWLABEL_MASK;
net/ipv6/ip6_flowlabel.c
219
fl->label = htonl(get_random_u32())&IPV6_FLOWLABEL_MASK;
net/ipv6/ip6_flowlabel.c
261
label &= IPV6_FLOWLABEL_MASK;
net/ipv6/ip6_flowlabel.c
507
freq->flr_label = np->rcv_flowinfo & IPV6_FLOWLABEL_MASK;
net/ipv6/ip6_flowlabel.c
519
if (sfl->fl->label == (np->flow_label & IPV6_FLOWLABEL_MASK)) {
net/ipv6/ip6_flowlabel.c
566
if (freq->flr_label == (np->flow_label & IPV6_FLOWLABEL_MASK))
net/ipv6/ip6_flowlabel.c
567
np->flow_label &= ~IPV6_FLOWLABEL_MASK;
net/ipv6/ip6_flowlabel.c
626
if (freq->flr_label & ~IPV6_FLOWLABEL_MASK)
net/ipv6/ip6_gre.c
1109
fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo;
net/ipv6/ip6_tunnel.c
1487
fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo;
net/ipv6/raw.c
805
if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) {
net/ipv6/raw.c
847
if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
net/ipv6/route.c
6161
(nla_get_be32(tb[RTA_FLOWLABEL]) & ~IPV6_FLOWLABEL_MASK)) {
net/ipv6/seg6_iptunnel.c
121
flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK;
net/ipv6/tcp_ipv6.c
162
if (fl6->flowlabel & IPV6_FLOWLABEL_MASK) {
net/ipv6/udp.c
1590
if (fl6->flowlabel & IPV6_FLOWLABEL_MASK) {
net/ipv6/udp.c
1643
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
301
(fl6->flowlabel & IPV6_FLOWLABEL_MASK)) {
tools/testing/selftests/bpf/progs/bpf_flow.c
89
return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK;