Home
last modified time | relevance | path

Searched refs:security_shm_associate (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dsecurity.h338 int security_shm_associate(struct shmid_kernel *shp, int shmflg);
1015 static inline int security_shm_associate(struct shmid_kernel *shp, in security_shm_associate() function
/linux-4.4.14/ipc/
Dshm.c634 return security_shm_associate(shp, shmflg); in shm_security()
/linux-4.4.14/security/
Dsecurity.c1074 int security_shm_associate(struct shmid_kernel *shp, int shmflg) in security_shm_associate() function