ipv6_label        653 drivers/net/ethernet/netronome/nfp/flower/action.c 		ip_hl_fl->ipv6_label &= ~mask;
ipv6_label        654 drivers/net/ethernet/netronome/nfp/flower/action.c 		ip_hl_fl->ipv6_label |= exact & mask;
ipv6_label        161 drivers/net/ethernet/netronome/nfp/flower/cmsg.h 	__be32 ipv6_label;
ipv6_label        415 include/uapi/linux/openvswitch.h 	__be32 ipv6_label;	/* 20-bits in least-significant bits. */
ipv6_label        553 net/openvswitch/actions.c 	if (mask->ipv6_label) {
ipv6_label        554 net/openvswitch/actions.c 		set_ipv6_fl(nh, ntohl(key->ipv6_label),
ipv6_label        555 net/openvswitch/actions.c 			    ntohl(mask->ipv6_label));
ipv6_label       1570 net/openvswitch/flow_netlink.c 		if (!is_mask && ipv6_key->ipv6_label & htonl(0xFFF00000)) {
ipv6_label       1572 net/openvswitch/flow_netlink.c 				  ntohl(ipv6_key->ipv6_label), (1 << 20) - 1);
ipv6_label       1577 net/openvswitch/flow_netlink.c 				ipv6_key->ipv6_label, is_mask);
ipv6_label       2094 net/openvswitch/flow_netlink.c 		ipv6_key->ipv6_label = output->ipv6.label;
ipv6_label       2749 net/openvswitch/flow_netlink.c 			if (ntohl(mask->ipv6_label) & 0xFFF00000)
ipv6_label       2758 net/openvswitch/flow_netlink.c 		if (ntohl(ipv6_key->ipv6_label) & 0xFFF00000)
ipv6_label       2826 net/openvswitch/flow_netlink.c 			mask->ipv6_label &= htonl(0x000FFFFF);