Lines Matching refs:ctl_table_header
37 struct ctl_table_header;
130 struct ctl_table_header *header;
135 struct ctl_table_header { struct
156 struct ctl_table_header header; argument
168 void (*set_ownership)(struct ctl_table_header *head,
171 int (*permissions)(struct ctl_table_header *head, struct ctl_table *table);
188 struct ctl_table_header *__register_sysctl_table(
191 struct ctl_table_header *__register_sysctl_paths(
194 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table);
195 struct ctl_table_header *register_sysctl_table(struct ctl_table * table);
196 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
199 void unregister_sysctl_table(struct ctl_table_header * table);
215 static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) in register_sysctl_table()
220 static inline struct ctl_table_header *register_sysctl_paths( in register_sysctl_paths()
226 static inline struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table) in register_sysctl()
231 static inline void unregister_sysctl_table(struct ctl_table_header * table) in unregister_sysctl_table()