refdst            256 include/net/dst.h static inline void refdst_drop(unsigned long refdst)
refdst            258 include/net/dst.h 	if (!(refdst & SKB_DST_NOREF))
refdst            259 include/net/dst.h 		dst_release((struct dst_entry *)(refdst & SKB_DST_PTRMASK));
refdst            276 include/net/dst.h static inline void __skb_dst_copy(struct sk_buff *nskb, unsigned long refdst)
refdst            278 include/net/dst.h 	nskb->_skb_refdst = refdst;