aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2023-01-28 15:33:12 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2023-01-28 15:33:12 +0000
commitdbbf46ebba78770c2c3a1d7983e92e79ca67abc0 (patch)
treed730f7f60cb103b3d3cc7e1a204c3499d0c0efc1
parentee27834d740df50b7e5834a2075b94ae3c15d81a (diff)
downloadsrc-dbbf46ebba78770c2c3a1d7983e92e79ca67abc0.tar.gz
src-dbbf46ebba78770c2c3a1d7983e92e79ca67abc0.zip
LinuxKPI: skbuff: implement skb_free_frag()
Using the work from 55038a6306a570c9f2df89f5ad076de0f7d98152 implement skb_free_frag() calling page_frag_free(). Sponsored by: The FreeBSD Foundation MFC after: 3 days
-rw-r--r--sys/compat/linuxkpi/common/include/linux/skbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/skbuff.h b/sys/compat/linuxkpi/common/include/linux/skbuff.h
index 35d5a1fd9b80..12a6be42e743 100644
--- a/sys/compat/linuxkpi/common/include/linux/skbuff.h
+++ b/sys/compat/linuxkpi/common/include/linux/skbuff.h
@@ -791,7 +791,7 @@ static inline void
skb_free_frag(void *frag)
{
- SKB_TODO();
+ page_frag_free(frag);
}
static inline struct sk_buff *