Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/net/
H A Ddst.h267 static inline void refdst_drop(unsigned long refdst) in refdst_drop() argument
269 if (!(refdst & SKB_DST_NOREF)) in refdst_drop()
270 dst_release((struct dst_entry *)(refdst & SKB_DST_PTRMASK)); in refdst_drop()
287 static inline void __skb_dst_copy(struct sk_buff *nskb, unsigned long refdst) in __skb_dst_copy() argument
289 nskb->slow_gro |= !!refdst; in __skb_dst_copy()
290 nskb->_skb_refdst = refdst; in __skb_dst_copy()
/kernel/linux/linux-5.10/include/net/
H A Ddst.h249 static inline void refdst_drop(unsigned long refdst) in refdst_drop() argument
251 if (!(refdst & SKB_DST_NOREF)) in refdst_drop()
252 dst_release((struct dst_entry *)(refdst & SKB_DST_PTRMASK)); in refdst_drop()
269 static inline void __skb_dst_copy(struct sk_buff *nskb, unsigned long refdst) in __skb_dst_copy() argument
271 nskb->_skb_refdst = refdst; in __skb_dst_copy()

Completed in 2 milliseconds