All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: export symnbol for skb_attempt_defer_free
@ 2025-09-01 18:16 John Ousterhout
  2025-09-01 18:44 ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: John Ousterhout @ 2025-09-01 18:16 UTC (permalink / raw)
  To: netdev; +Cc: pabeni, edumazet, horms, kuba, John Ousterhout

This function is useful for modules such as Homa but is not
currently visible.

Signed-off-by: John Ousterhout <ouster@cs.stanford.edu>
---
 net/core/skbuff.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 9153a6ba0fcb..4aaebff26f50 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -7255,6 +7255,7 @@ nodefer:	kfree_skb_napi_cache(skb);
 	if (unlikely(kick))
 		kick_defer_list_purge(sd, cpu);
 }
+EXPORT_SYMBOL(skb_attempt_defer_free);
 
 static void skb_splice_csum_page(struct sk_buff *skb, struct page *page,
 				 size_t offset, size_t len)
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-01 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-01 18:16 [PATCH] net: export symnbol for skb_attempt_defer_free John Ousterhout
2025-09-01 18:44 ` Jakub Kicinski
2025-09-01 18:55   ` Eric Dumazet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.