Home
last modified time | relevance | path

Searched refs:md_size (Results 1 – 8 of 8) sorted by relevance

/linux/include/net/
H A Ddst_metadata.h140 static inline struct metadata_dst *tun_rx_dst(int md_size) in tun_rx_dst() argument
144 tun_dst = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_rx_dst()
156 int md_size; in tun_dst_unclone() local
162 md_size = md_dst->u.tun_info.options_len; in tun_dst_unclone()
163 new_md = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_dst_unclone()
168 sizeof(struct ip_tunnel_info) + md_size); in tun_dst_unclone()
204 int md_size) in __ip_tun_set_dst() argument
208 tun_dst = tun_rx_dst(md_size); in __ip_tun_set_dst()
221 int md_size) in ip_tun_rx_dst() argument
227 0, flags, tunnel_id, md_size); in ip_tun_rx_dst()
[all …]
H A Dudp_tunnel.h200 __be64 tunnel_id, int md_size);
/linux/drivers/firmware/efi/
H A Dmemattr.c101 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; in entry_is_valid() local
110 if (md_paddr > in_paddr || (in_paddr - md_paddr) >= md_size) in entry_is_valid()
117 if (md_paddr + md_size < in_paddr + in_size) { in entry_is_valid()
H A Driscv-runtime.c80 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; in riscv_enable_runtime_services() local
91 res->end = md->phys_addr + md_size - 1; in riscv_enable_runtime_services()
H A Darm-runtime.c110 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; in arm_enable_runtime_services() local
121 res->end = md->phys_addr + md_size - 1; in arm_enable_runtime_services()
/linux/net/ipv4/
H A Dudp_tunnel_core.c209 __be64 tunnel_id, int md_size) in udp_tun_rx_dst() argument
215 tun_dst = ip_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst()
217 tun_dst = ipv6_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst()
/linux/sound/soc/qcom/qdsp6/
H A Daudioreach.h342 uint32_t md_size;
340 uint32_t md_size; global() member
/linux/drivers/md/
H A Dmd.c4943 static struct md_sysfs_entry md_size = variable
6035 &md_size.attr,