Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Ddst_metadata.h112 struct metadata_dst *new_md; in tun_dst_unclone() local
118 new_md = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_dst_unclone()
119 if (!new_md) in tun_dst_unclone()
122 memcpy(&new_md->u.tun_info, &md_dst->u.tun_info, in tun_dst_unclone()
125 dst_hold(&new_md->dst); in tun_dst_unclone()
126 skb_dst_set(skb, &new_md->dst); in tun_dst_unclone()
127 return new_md; in tun_dst_unclone()
/Linux-v5.10/arch/x86/platform/efi/
Dquirks.c403 void *new, *new_md; in efi_free_boot_services() local
475 new_md = new; in efi_free_boot_services()
482 memcpy(new_md, md, efi.memmap.desc_size); in efi_free_boot_services()
483 new_md += efi.memmap.desc_size; in efi_free_boot_services()