Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_input.c128 skb_dst_copy(skb, hint); in ip6_list_rcv_finish()
/linux/include/net/
H A Ddst.h297 static inline void skb_dst_copy(struct sk_buff *nskb, const struct sk_buff *oskb) in skb_dst_copy() function
/linux/net/ipv4/
H A Dip_output.c559 skb_dst_copy(to, from); in ip_copy_metadata()
H A Droute.c2228 skb_dst_copy(skb, hint); in ip_route_use_hint()
/linux/net/xfrm/
H A Dxfrm_iptfs.c287 skb_dst_copy(skb, tpl); in iptfs_alloc_skb()
/linux/net/core/
H A Dskbuff.c1563 skb_dst_copy(new, old); in __copy_skb_header()