md_size            90 drivers/firmware/efi/memattr.c 		u64 md_size = md->num_pages << EFI_PAGE_SHIFT;
md_size            99 drivers/firmware/efi/memattr.c 		if (md_paddr > in_paddr || (in_paddr - md_paddr) >= md_size)
md_size           106 drivers/firmware/efi/memattr.c 		if (md_paddr + md_size < in_paddr + in_size) {
md_size          4563 drivers/md/md.c static struct md_sysfs_entry md_size =
md_size          5285 drivers/md/md.c 	&md_size.attr,
md_size            95 include/net/dst_metadata.h static inline struct metadata_dst *tun_rx_dst(int md_size)
md_size            99 include/net/dst_metadata.h 	tun_dst = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC);
md_size           111 include/net/dst_metadata.h 	int md_size;
md_size           117 include/net/dst_metadata.h 	md_size = md_dst->u.tun_info.options_len;
md_size           118 include/net/dst_metadata.h 	new_md = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC);
md_size           123 include/net/dst_metadata.h 	       sizeof(struct ip_tunnel_info) + md_size);
md_size           147 include/net/dst_metadata.h 						    int md_size)
md_size           151 include/net/dst_metadata.h 	tun_dst = tun_rx_dst(md_size);
md_size           164 include/net/dst_metadata.h 						 int md_size)
md_size           169 include/net/dst_metadata.h 				0, flags, tunnel_id, md_size);
md_size           179 include/net/dst_metadata.h 						      int md_size)
md_size           184 include/net/dst_metadata.h 	tun_dst = tun_rx_dst(md_size);
md_size           208 include/net/dst_metadata.h 						   int md_size)
md_size           215 include/net/dst_metadata.h 				  md_size);
md_size           159 include/net/udp_tunnel.h 				    int md_size);
md_size           205 net/ipv4/udp_tunnel.c 				    __be16 flags, __be64 tunnel_id, int md_size)
md_size           211 net/ipv4/udp_tunnel.c 		tun_dst = ip_tun_rx_dst(skb, flags, tunnel_id, md_size);
md_size           213 net/ipv4/udp_tunnel.c 		tun_dst = ipv6_tun_rx_dst(skb, flags, tunnel_id, md_size);