Home
last modified time | relevance | path

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

/linux/include/net/
H A Ddst.h269 static inline void refdst_drop(unsigned long refdst) in refdst_drop() argument
271 if (!(refdst & SKB_DST_NOREF)) in refdst_drop()
272 dst_release((struct dst_entry *)(refdst & SKB_DST_PTRMASK)); in refdst_drop()
289 static inline void __skb_dst_copy(struct sk_buff *nskb, unsigned long refdst) in __skb_dst_copy() argument
291 nskb->slow_gro |= !!refdst; in __skb_dst_copy()
292 nskb->_skb_refdst = refdst; in __skb_dst_copy()
/linux/include/linux/
H A Dskbuff.h1159 /* 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()