Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Ddst.h283 static inline void skb_dst_copy(struct sk_buff *nskb, const struct sk_buff *oskb) in skb_dst_copy() function
/Linux-v5.4/net/ipv4/
Dip_output.c551 skb_dst_copy(to, from); in ip_copy_metadata()
/Linux-v5.4/net/core/
Dskbuff.c935 skb_dst_copy(new, old); in __copy_skb_header()