1REGISTER_SYSCTL_TABL(9)       The proc filesystem      REGISTER_SYSCTL_TABL(9)
2
3
4

NAME

6       register_sysctl_table - register a sysctl table hierarchy
7

SYNOPSIS

9       struct ctl_table_header *
10                                                       register_sysctl_table(struct ctl_table * table);
11

ARGUMENTS

13       table
14           the top-level table structure
15

DESCRIPTION

17       Register a sysctl table hierarchy.  table should be a filled in
18       ctl_table array. A completely 0 filled entry terminates the table.
19
20       See register_sysctl_paths for more details.
21
23Kernel Hackers Manual 2.6.         June 2019           REGISTER_SYSCTL_TABL(9)
Impressum