LinuxKPI: skbuff: implement skb_free_frag()

Using the work from 55038a6306 implement
skb_free_frag() calling page_frag_free().

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2023-01-28 15:33:12 +00:00
parent ee27834d74
commit dbbf46ebba

View File

@ -791,7 +791,7 @@ static inline void
skb_free_frag(void *frag)
{
SKB_TODO();
page_frag_free(frag);
}
static inline struct sk_buff *