]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ipv6: use inet->cork.fl.u.ip6 and np->final in ip6_datagram_dst_update()
authorEric Dumazet <edumazet@google.com>
Fri, 6 Feb 2026 17:34:22 +0000 (17:34 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 Feb 2026 04:57:49 +0000 (20:57 -0800)
commit4e6c91cf60f25ac3490bbf4d387c09ffc369aa7a
treea1fcc00ac81cee46e1eea4978271ed7886673ba8
parent3d3f075e80f201b5ce3446beccb0d7dfd72078f5
ipv6: use inet->cork.fl.u.ip6 and np->final in ip6_datagram_dst_update()

Get rid of @fl6 and &final variables in ip6_datagram_dst_update().

Use instead inet->cork.fl.u.ip6 and np->final so that a stack canary
is no longer needed.

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