REGISTER_SYSCTL_TABL(9) The proc filesystem REGISTER_SYSCTL_TABL(9)NAMEregister_sysctl_table - register a sysctl table hierarchySYNOPSISstruct ctl_table_header * register_sysctl_table(struct ctl_table * table);ARGUMENTStable the top-level table structureDESCRIPTIONRegister a sysctl table hierarchy. table should be a filled in ctl_table array. A completely 0 filled entry terminates the table. See register_sysctl_paths for more details.COPYRIGHTKernel Hackers Manual 2.6. July 2010 REGISTER_SYSCTL_TABL(9)