]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: __alloc_skb() cleanup
authorEric Dumazet <edumazet@google.com>
Sun, 16 Nov 2025 20:27:16 +0000 (20:27 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 19 Nov 2025 02:25:47 +0000 (18:25 -0800)
commit294e63825966319e815e469931cfbfc437004d0f
treedf20f7965e68895120b602f06e1854082da98229
parentdac0236075684b9edfd71492e79a9122f3ef45cc
net: __alloc_skb() cleanup

This patch refactors __alloc_skb() to prepare the following one,
and does not change functionality.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20251116202717.1542829-3-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/skbuff.c