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

/linux-master/include/net/
H A Ddst.h260 static inline void refdst_drop(unsigned long refdst) argument
262 if (!(refdst & SKB_DST_NOREF))
263 dst_release((struct dst_entry *)(refdst & SKB_DST_PTRMASK));
280 static inline void __skb_dst_copy(struct sk_buff *nskb, unsigned long refdst) argument
282 nskb->slow_gro |= !!refdst;
283 nskb->_skb_refdst = refdst;

Completed in 103 milliseconds