Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dip6_input.c129 skb_dst_copy(skb, hint); in ip6_list_rcv_finish()
/openbmc/linux/include/net/
H A Ddst.h295 static inline void skb_dst_copy(struct sk_buff *nskb, const struct sk_buff *oskb) in skb_dst_copy() function
/openbmc/linux/net/ipv4/
H A Dip_output.c560 skb_dst_copy(to, from); in ip_copy_metadata()
H A Droute.c2210 skb_dst_copy(skb, hint); in ip_route_use_hint()
/openbmc/linux/net/core/
H A Dskbuff.c1377 skb_dst_copy(new, old); in __copy_skb_header()