Searched refs:md_size (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | dst_metadata.h | 155 int md_size; in tun_dst_unclone() local 161 md_size = md_dst->u.tun_info.options_len; in tun_dst_unclone() 167 sizeof(struct ip_tunnel_info) + md_size); in tun_dst_unclone() 203 int md_size) in __ip_tun_set_dst() argument 207 tun_dst = tun_rx_dst(md_size); in __ip_tun_set_dst() 220 int md_size) in ip_tun_rx_dst() argument 225 0, flags, tunnel_id, md_size); in ip_tun_rx_dst() 235 int md_size) in __ipv6_tun_set_dst() argument 240 tun_dst = tun_rx_dst(md_size); in __ipv6_tun_set_dst() 264 int md_size) in ipv6_tun_rx_dst() argument [all …]
|
A D | udp_tunnel.h | 166 int md_size);
|
/linux-6.3-rc2/drivers/firmware/efi/ |
A D | memattr.c | 86 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; in entry_is_valid() local 95 if (md_paddr > in_paddr || (in_paddr - md_paddr) >= md_size) in entry_is_valid() 102 if (md_paddr + md_size < in_paddr + in_size) { in entry_is_valid()
|
A D | riscv-runtime.c | 88 int md_size = md->num_pages << EFI_PAGE_SHIFT; in riscv_enable_runtime_services() local 99 res->end = md->phys_addr + md_size - 1; in riscv_enable_runtime_services()
|
A D | arm-runtime.c | 110 int 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-6.3-rc2/net/ipv4/ |
A D | udp_tunnel_core.c | 186 __be16 flags, __be64 tunnel_id, int md_size) in udp_tun_rx_dst() argument 192 tun_dst = ip_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst() 194 tun_dst = ipv6_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst()
|
/linux-6.3-rc2/sound/soc/qcom/qdsp6/ |
A D | audioreach.h | 291 uint32_t md_size; member
|
/linux-6.3-rc2/drivers/md/ |
A D | md.c | 4663 static struct md_sysfs_entry md_size = variable 5449 &md_size.attr,
|
Completed in 23 milliseconds