inet: convert tcp_early_demux and udp_early_demux to u8
authorEric Dumazet <edumazet@google.com>
Thu, 25 Mar 2021 18:08:16 +0000 (11:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:39:33 +0000 (17:39 -0700)
commit2932bcda070d9a02548e57119b1ada8f018c40b5
tree094e5c05824095b4bd1a4f8c66aaf7511eecec14
parent1c69dedc8fa7c9684d48dc89994b4e0aceeae588
inet: convert tcp_early_demux and udp_early_demux to u8

For these sysctls, their dedicated helpers have
to use proc_dou8vec_minmax().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netns/ipv4.h
net/ipv4/sysctl_net_ipv4.c