kernel_load_data 1630 include/linux/lsm_hooks.h 	int (*kernel_load_data)(enum kernel_load_data_id id);
kernel_load_data 1928 include/linux/lsm_hooks.h 	struct hlist_head kernel_load_data;
kernel_load_data  186 security/loadpin/loadpin.c 	LSM_HOOK_INIT(kernel_load_data, loadpin_load_data),
kernel_load_data 1624 security/security.c 	ret = call_int_hook(kernel_load_data, 0, id);
kernel_load_data 6926 security/selinux/hooks.c 	LSM_HOOK_INIT(kernel_load_data, selinux_kernel_load_data),