Lines Matching refs:ctl_table_header
34 struct ctl_table_header;
120 struct ctl_table_header *header;
125 struct ctl_table_header struct
146 struct ctl_table_header header; argument
159 int (*permissions)(struct ctl_table_header *head, struct ctl_table *table);
177 struct ctl_table_header *__register_sysctl_table(
180 struct ctl_table_header *__register_sysctl_paths(
183 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table);
184 struct ctl_table_header *register_sysctl_table(struct ctl_table * table);
185 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
188 void unregister_sysctl_table(struct ctl_table_header * table);
195 static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) in register_sysctl_table()
200 static inline struct ctl_table_header *register_sysctl_paths( in register_sysctl_paths()
206 static inline void unregister_sysctl_table(struct ctl_table_header * table) in unregister_sysctl_table()