IPV6_FLOWLABEL_MASK  903 net/dccp/ipv6.c 		if (fl.fl6_flowlabel & IPV6_FLOWLABEL_MASK) {
IPV6_FLOWLABEL_MASK   63 net/ipv6/datagram.c 		if (fl.fl6_flowlabel&IPV6_FLOWLABEL_MASK) {
IPV6_FLOWLABEL_MASK  183 net/ipv6/ip6_flowlabel.c 	fl->label = label & IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  188 net/ipv6/ip6_flowlabel.c 			fl->label = htonl(net_random())&IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  229 net/ipv6/ip6_flowlabel.c 	label &= IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  487 net/ipv6/ip6_flowlabel.c 				if (freq.flr_label == (np->flow_label&IPV6_FLOWLABEL_MASK))
IPV6_FLOWLABEL_MASK  488 net/ipv6/ip6_flowlabel.c 					np->flow_label &= ~IPV6_FLOWLABEL_MASK;
IPV6_FLOWLABEL_MASK  521 net/ipv6/ip6_flowlabel.c 		if (freq.flr_label & ~IPV6_FLOWLABEL_MASK)
IPV6_FLOWLABEL_MASK   68 net/ipv6/ip6_tunnel.c #define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK)
IPV6_FLOWLABEL_MASK 1028 net/ipv6/ip6_tunnel.c 		fl.fl6_flowlabel |= (*(__be32 *) ipv6h & IPV6_FLOWLABEL_MASK);
IPV6_FLOWLABEL_MASK 1114 net/ipv6/ip6_tunnel.c 		fl->fl6_flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo;
IPV6_FLOWLABEL_MASK  777 net/ipv6/raw.c 			if (fl.fl6_flowlabel&IPV6_FLOWLABEL_MASK) {
IPV6_FLOWLABEL_MASK  819 net/ipv6/raw.c 		if ((fl.fl6_flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {
IPV6_FLOWLABEL_MASK  144 net/ipv6/tcp_ipv6.c 		if (fl.fl6_flowlabel&IPV6_FLOWLABEL_MASK) {
IPV6_FLOWLABEL_MASK  719 net/ipv6/udp.c 			if (fl.fl6_flowlabel&IPV6_FLOWLABEL_MASK) {
IPV6_FLOWLABEL_MASK  762 net/ipv6/udp.c 		if ((fl.fl6_flowlabel&IPV6_FLOWLABEL_MASK) && !flowlabel) {