Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Ddst.h253 static inline void refdst_drop(unsigned long refdst) in refdst_drop() argument
255 if (!(refdst & SKB_DST_NOREF)) in refdst_drop()
256 dst_release((struct dst_entry *)(refdst & SKB_DST_PTRMASK)); in refdst_drop()
273 static inline void __skb_dst_copy(struct sk_buff *nskb, unsigned long refdst) in __skb_dst_copy() argument
275 nskb->slow_gro |= !!refdst; in __skb_dst_copy()
276 nskb->_skb_refdst = refdst; in __skb_dst_copy()

Completed in 4 milliseconds