Searched refs:refdst (Results 1 – 1 of 1) sorted by relevance
1159 /* If refdst was not refcounted, check we still are in a in skb_dst() 1190 unsigned long refdst = skb->_skb_refdst; in skb_dstref_steal() local 1193 return refdst; in skb_dstref_steal() 1199 * @refdst: dst entry from a call to skb_dstref_steal()1201 static inline void skb_dstref_restore(struct sk_buff *skb, unsigned long refdst) in skb_dstref_restore() argument 1204 skb->_skb_refdst = refdst; in skb_dstref_restore()