shm_associate    1674 include/linux/lsm_hooks.h 	int (*shm_associate)(struct kern_ipc_perm *perm, int shmflg);
shm_associate    1960 include/linux/lsm_hooks.h 	struct hlist_head shm_associate;
shm_associate    1822 security/security.c 	return call_int_hook(shm_associate, 0, shp, shmflg);
shm_associate    6956 security/selinux/hooks.c 	LSM_HOOK_INIT(shm_associate, selinux_shm_associate),
shm_associate    4662 security/smack/smack_lsm.c 	LSM_HOOK_INIT(shm_associate, smack_shm_associate),