Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Ddst.h287 static inline void __skb_dst_copy(struct sk_buff *nskb, unsigned long refdst) in __skb_dst_copy() function
297 __skb_dst_copy(nskb, oskb->_skb_refdst); in skb_dst_copy()
/openbmc/linux/net/sched/
H A Dsch_frag.c32 __skb_dst_copy(skb, data->dst); in sch_frag_xmit()
/openbmc/linux/net/openvswitch/
H A Dactions.c789 __skb_dst_copy(skb, data->dst); in ovs_vport_output()