Home
last modified time | relevance | path

Searched refs:new_md (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/include/net/
A Ddst_metadata.h156 struct metadata_dst *new_md; in tun_dst_unclone() local
162 new_md = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_dst_unclone()
163 if (!new_md) in tun_dst_unclone()
166 memcpy(&new_md->u.tun_info, &md_dst->u.tun_info, in tun_dst_unclone()
170 if (new_md->u.tun_info.dst_cache.cache) { in tun_dst_unclone()
173 ret = dst_cache_init(&new_md->u.tun_info.dst_cache, GFP_ATOMIC); in tun_dst_unclone()
175 metadata_dst_free(new_md); in tun_dst_unclone()
182 skb_dst_set(skb, &new_md->dst); in tun_dst_unclone()
183 return new_md; in tun_dst_unclone()
/linux-6.3-rc2/arch/x86/platform/efi/
A Dquirks.c404 void *new, *new_md; in efi_free_boot_services() local
488 new_md = new; in efi_free_boot_services()
495 memcpy(new_md, md, efi.memmap.desc_size); in efi_free_boot_services()
496 new_md += efi.memmap.desc_size; in efi_free_boot_services()

Completed in 4 milliseconds