Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Ddst_metadata.h85 struct metadata_dst *new_md; in tun_dst_unclone() local
91 new_md = metadata_dst_alloc(md_size, GFP_ATOMIC); in tun_dst_unclone()
92 if (!new_md) in tun_dst_unclone()
95 memcpy(&new_md->u.tun_info, &md_dst->u.tun_info, in tun_dst_unclone()
98 dst_hold(&new_md->dst); in tun_dst_unclone()
99 skb_dst_set(skb, &new_md->dst); in tun_dst_unclone()
100 return new_md; in tun_dst_unclone()