Searched refs:_rtw_skb_copy (Results 1 – 2 of 2) sorted by relevance
96 struct sk_buff *_rtw_skb_copy(const struct sk_buff *skb);105 #define rtw_skb_copy(skb) _rtw_skb_copy((skb))107 #define rtw_skb_copy_f(skb, mstat_f) _rtw_skb_copy((skb))
45 inline struct sk_buff *_rtw_skb_copy(const struct sk_buff *skb) in _rtw_skb_copy() function