Searched refs:md_size (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/include/net/ |
D | dst_metadata.h | 95 static inline struct metadata_dst *tun_rx_dst(int md_size) in tun_rx_dst() argument 99 tun_dst = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_rx_dst() 111 int md_size; in tun_dst_unclone() local 117 md_size = md_dst->u.tun_info.options_len; in tun_dst_unclone() 118 new_md = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_dst_unclone() 123 sizeof(struct ip_tunnel_info) + md_size); in tun_dst_unclone() 147 int md_size) in __ip_tun_set_dst() argument 151 tun_dst = tun_rx_dst(md_size); in __ip_tun_set_dst() 164 int md_size) in ip_tun_rx_dst() argument 169 0, flags, tunnel_id, md_size); in ip_tun_rx_dst() [all …]
|
D | udp_tunnel.h | 158 int md_size);
|
/Linux-v5.10/drivers/firmware/efi/ |
D | memattr.c | 91 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; in entry_is_valid() local 100 if (md_paddr > in_paddr || (in_paddr - md_paddr) >= md_size) in entry_is_valid() 107 if (md_paddr + md_size < in_paddr + in_size) { in entry_is_valid()
|
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()
|
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-v5.10/net/ipv4/ |
D | udp_tunnel_core.c | 203 __be16 flags, __be64 tunnel_id, int md_size) in udp_tun_rx_dst() argument 209 tun_dst = ip_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst() 211 tun_dst = ipv6_tun_rx_dst(skb, flags, tunnel_id, md_size); in udp_tun_rx_dst()
|
/Linux-v5.10/drivers/md/ |
D | md.c | 4727 static struct md_sysfs_entry md_size = variable 5502 &md_size.attr,
|