Home
last modified time | relevance | path

Searched refs:shm_associate (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dlsm_hooks.h1495 int (*shm_associate)(struct shmid_kernel *shp, int shmflg); member
1744 struct list_head shm_associate; member
/linux-4.4.14/security/
Dsecurity.c1076 return call_int_hook(shm_associate, 0, shp, shmflg); in security_shm_associate()
1742 .shm_associate =
1743 LIST_HEAD_INIT(security_hook_heads.shm_associate),
/linux-4.4.14/security/smack/
Dsmack_lsm.c4663 LSM_HOOK_INIT(shm_associate, smack_shm_associate),
/linux-4.4.14/security/selinux/
Dhooks.c5977 LSM_HOOK_INIT(shm_associate, selinux_shm_associate),