commit | 2932bcda070d9a02548e57119b1ada8f018c40b5 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Mar 25 11:08:16 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 25 17:39:33 2021 -0700 |
tree | 094e5c05824095b4bd1a4f8c66aaf7511eecec14 | |
parent | 1c69dedc8fa7c9684d48dc89994b4e0aceeae588 [diff] |
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>