mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
ee27834d74
commit
dbbf46ebba
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ static inline void
|
|||
skb_free_frag(void *frag)
|
||||
{
|
||||
|
||||
SKB_TODO();
|
||||
page_frag_free(frag);
|
||||
}
|
||||
|
||||
static inline struct sk_buff *
|
||||
|
|
|
|||
Loading…
Reference in a new issue