Searched refs:skb_dst_copy (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/
H A Ddst.h288 static inline void skb_dst_copy(struct sk_buff *nskb, const struct sk_buff *oskb) function
/linux-master/net/ipv6/
H A Dip6_input.c129 skb_dst_copy(skb, hint);
/linux-master/net/ipv4/
H A Dip_output.c560 skb_dst_copy(to, from);
H A Droute.c2190 skb_dst_copy(skb, hint);
/linux-master/net/core/
H A Dskbuff.c1528 skb_dst_copy(new, old);

Completed in 211 milliseconds