Home
last modified time | relevance | path

Searched hist:cb944413 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dsysctl.hcb944413 Thu Mar 25 13:08:13 CDT 2021 Eric Dumazet <edumazet@google.com> sysctl: add proc_dou8vec_minmax()

Networking has many sysctls that could fit in one u8.

This patch adds proc_dou8vec_minmax() for this purpose.

Note that the .extra1 and .extra2 fields are pointing
to integers, because it makes conversions easier.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/fs/proc/
H A Dproc_sysctl.ccb944413 Thu Mar 25 13:08:13 CDT 2021 Eric Dumazet <edumazet@google.com> sysctl: add proc_dou8vec_minmax()

Networking has many sysctls that could fit in one u8.

This patch adds proc_dou8vec_minmax() for this purpose.

Note that the .extra1 and .extra2 fields are pointing
to integers, because it makes conversions easier.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/kernel/
H A Dsysctl.ccb944413 Thu Mar 25 13:08:13 CDT 2021 Eric Dumazet <edumazet@google.com> sysctl: add proc_dou8vec_minmax()

Networking has many sysctls that could fit in one u8.

This patch adds proc_dou8vec_minmax() for this purpose.

Note that the .extra1 and .extra2 fields are pointing
to integers, because it makes conversions easier.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>