Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Ddst.h275 static inline void __skb_dst_copy(struct sk_buff *nskb, unsigned long refdst) in __skb_dst_copy() function
284 __skb_dst_copy(nskb, oskb->_skb_refdst); in skb_dst_copy()
/kernel/linux/linux-5.10/net/openvswitch/
Dactions.c786 __skb_dst_copy(skb, data->dst); in ovs_vport_output()