IPV6_FLOWLABEL_MASK 1424 drivers/net/geneve.c 				  IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK 3778 drivers/net/vxlan.c 			     IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  334 include/net/ipv6.h #define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)
IPV6_FLOWLABEL_MASK  869 include/net/ipv6.h 	flowlabel &= IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  885 include/net/ipv6.h 	flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  947 include/net/ipv6.h 	return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  962 include/net/ipv6.h 	return fl6->flowlabel & IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK 3987 net/core/filter.c 				  IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  831 net/dccp/ipv6.c 		if (fl6.flowlabel & IPV6_FLOWLABEL_MASK) {
IPV6_FLOWLABEL_MASK  286 net/ipv4/tcp_minisocks.c 			tw->tw_flowlabel = be32_to_cpu(np->flow_label & IPV6_FLOWLABEL_MASK);
IPV6_FLOWLABEL_MASK   76 net/ipv6/datagram.c 	if (np->sndflow && (np->flow_label & IPV6_FLOWLABEL_MASK)) {
IPV6_FLOWLABEL_MASK  218 net/ipv6/ip6_flowlabel.c 	fl->label = label & IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  223 net/ipv6/ip6_flowlabel.c 			fl->label = htonl(prandom_u32())&IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  264 net/ipv6/ip6_flowlabel.c 	label &= IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  506 net/ipv6/ip6_flowlabel.c 		freq->flr_label = np->rcv_flowinfo & IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  518 net/ipv6/ip6_flowlabel.c 		if (sfl->fl->label == (np->flow_label & IPV6_FLOWLABEL_MASK)) {
IPV6_FLOWLABEL_MASK  571 net/ipv6/ip6_flowlabel.c 				if (freq.flr_label == (np->flow_label&IPV6_FLOWLABEL_MASK))
IPV6_FLOWLABEL_MASK  572 net/ipv6/ip6_flowlabel.c 					np->flow_label &= ~IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  620 net/ipv6/ip6_flowlabel.c 		if (freq.flr_label & ~IPV6_FLOWLABEL_MASK)
IPV6_FLOWLABEL_MASK 1090 net/ipv6/ip6_gre.c 		fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo;
IPV6_FLOWLABEL_MASK 1439 net/ipv6/ip6_tunnel.c 		fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo;
IPV6_FLOWLABEL_MASK  836 net/ipv6/raw.c 			if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) {
IPV6_FLOWLABEL_MASK  878 net/ipv6/raw.c 		if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
IPV6_FLOWLABEL_MASK  100 net/ipv6/seg6_iptunnel.c 		flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  171 net/ipv6/tcp_ipv6.c 		if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) {
IPV6_FLOWLABEL_MASK 1327 net/ipv6/udp.c 			if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) {
IPV6_FLOWLABEL_MASK 1379 net/ipv6/udp.c 		if ((fl6.flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
IPV6_FLOWLABEL_MASK  551 net/l2tp/l2tp_ip6.c 			if (fl6.flowlabel&IPV6_FLOWLABEL_MASK) {
IPV6_FLOWLABEL_MASK  592 net/l2tp/l2tp_ip6.c 		if ((fl6.flowlabel & IPV6_FLOWLABEL_MASK) && !flowlabel) {
IPV6_FLOWLABEL_MASK  639 net/sctp/associola.c 			peer->flowlabel = ntohl(info & IPV6_FLOWLABEL_MASK);
IPV6_FLOWLABEL_MASK  253 net/sctp/ipv6.c 	if (np->sndflow && (fl6->flowlabel & IPV6_FLOWLABEL_MASK)) {
IPV6_FLOWLABEL_MASK   88 tools/testing/selftests/bpf/progs/bpf_flow.c 	return *(__be32 *)hdr & IPV6_FLOWLABEL_MASK;