ipv6: Use math to point per net sysctls into the appropriate struct net
authorCambda Zhu <cambda@linux.alibaba.com>
Tue, 3 Mar 2020 06:54:34 +0000 (14:54 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Mar 2020 22:50:08 +0000 (14:50 -0800)
commitd2f7e56d1e4042dc8a4b4b2d5e9e79f53a6f8e4b
treeb751491f4d95f7bd9da609664fa6f720bb10a01f
parent15070919f801348e9a9a2ea96f427d8b621f3cd5
ipv6: Use math to point per net sysctls into the appropriate struct net

The data pointers of ipv6 sysctl are set one by one which is hard to
maintain, especially with kconfig. This patch simplifies it by using
math to point the per net sysctls into the appropriate struct net,
just like what we did for ipv4.

Signed-off-by: Cambda Zhu <cambda@linux.alibaba.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/sysctl_net_ipv6.c