Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Ddst.h294 static inline void skb_dst_copy(struct sk_buff *nskb, const struct sk_buff *oskb) in skb_dst_copy() function
/Linux-v4.19/net/ipv4/
Dip_output.c523 skb_dst_copy(to, from); in ip_copy_metadata()
/Linux-v4.19/net/core/
Dskbuff.c798 skb_dst_copy(new, old); in __copy_skb_header()