Home
last modified time | relevance | path

Searched refs:register_sysctl_paths (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/linux/
Dsysctl.h195 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
210 static inline struct ctl_table_header *register_sysctl_paths( in register_sysctl_paths() function
/Linux-v4.19/security/loadpin/
Dloadpin.c96 if (!register_sysctl_paths(loadpin_sysctl_path, in check_pinning_enforcement()
/Linux-v4.19/security/yama/
Dyama_lsm.c473 if (!register_sysctl_paths(yama_sysctl_path, yama_sysctl_table)) in yama_init_sysctl()
/Linux-v4.19/arch/nds32/mm/
Dalignment.c574 register_sysctl_paths(nds32_path, nds32_sysctl_table); in nds32_sysctl_init()
/Linux-v4.19/kernel/
Dpid_namespace.c463 register_sysctl_paths(kern_path, pid_ns_ctl_table); in pid_namespaces_init()
Dseccomp.c1333 hdr = register_sysctl_paths(seccomp_sysctl_path, seccomp_sysctl_table); in seccomp_sysctl_init()
/Linux-v4.19/fs/proc/
Dproc_sysctl.c1564 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path, in register_sysctl_paths() function
1570 EXPORT_SYMBOL(register_sysctl_paths);
1585 return register_sysctl_paths(null_path, table); in register_sysctl_table()
/Linux-v4.19/security/apparmor/
Dlsm.c1531 return register_sysctl_paths(apparmor_sysctl_path, in apparmor_init_sysctl()