]> git.ipfire.org Git - thirdparty/linux.git/commit
tcp_metrics: use dst_dev_net_rcu()
authorEric Dumazet <edumazet@google.com>
Thu, 28 Aug 2025 19:58:21 +0000 (19:58 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 30 Aug 2025 02:36:32 +0000 (19:36 -0700)
commit50c127a69cd6285300931853b352a1918cfa180f
tree06df147d8325dcc473fa4aab746d901c115c4155
parent99a2ace61b211b0be861b07fbaa062fca4b58879
tcp_metrics: use dst_dev_net_rcu()

Replace three dst_dev() with a lockdep enabled helper.

Fixes: 4a6ce2b6f2ec ("net: introduce a new function dst_dev_put()")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://patch.msgid.link/20250828195823.3958522-7-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/tcp_metrics.c