]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipv4: Use per-netns hash table in inet_lookup_ifaddr_rcu().
authorKuniyuki Iwashima <kuniyu@amazon.com>
Tue, 8 Oct 2024 17:29:04 +0000 (10:29 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Oct 2024 03:08:08 +0000 (20:08 -0700)
commit49e613194292ff7750a3f889cd2db012da16f68e
treedb45e5def17aae3e9a1a4fa31fecc74fcf5dd62c
parent87173021f1583ee37f4801fcde354729da8db3dc
ipv4: Use per-netns hash table in inet_lookup_ifaddr_rcu().

Now, all IPv4 addresses are put in the per-netns hash table.

Let's use it in inet_lookup_ifaddr_rcu().

Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20241008172906.1326-3-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/devinet.c