Searched refs:_rtw_skb_copy (Results 1 – 2 of 2) sorted by relevance
62 struct sk_buff *_rtw_skb_copy(const struct sk_buff *skb);70 #define rtw_skb_copy(skb) _rtw_skb_copy((skb))71 #define rtw_skb_copy_f(skb, mstat_f) _rtw_skb_copy((skb))
41 inline struct sk_buff *_rtw_skb_copy(const struct sk_buff *skb) in _rtw_skb_copy() function