]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ipv6: use __skb_push() in ip6_xmit()
authorEric Dumazet <edumazet@google.com>
Fri, 30 Jan 2026 21:02:58 +0000 (21:02 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 3 Feb 2026 01:49:29 +0000 (17:49 -0800)
commitb5b1b676a30bfa045755cd7d8c782b9b498dac0d
tree57043c8aafd3051df0f1848741eb25019f54f062
parent2855e4925416c5900a9c6cece11f4a2e56bf6e63
ipv6: use __skb_push() in ip6_xmit()

ip6_xmit() makes sure there is enough headroom in the skb,
it can uses __skb_push() instead of the out-of-line skb_push().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20260130210303.3888261-4-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/ip6_output.c