Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Ddst.h282 static inline void skb_dst_copy(struct sk_buff *nskb, const struct sk_buff *oskb) in skb_dst_copy() function
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_input.c129 skb_dst_copy(skb, hint); in ip6_list_rcv_finish()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_output.c565 skb_dst_copy(to, from); in ip_copy_metadata()
H A Droute.c2100 skb_dst_copy(skb, hint); in ip_route_use_hint()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c946 skb_dst_copy(new, old); in __copy_skb_header()