Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsecurity.h1920 int security_shm_associate(struct shmid_kernel *shp, int shmflg);
2596 static inline int security_shm_associate(struct shmid_kernel *shp, in security_shm_associate() function
/linux-4.1.27/ipc/
Dshm.c634 return security_shm_associate(shp, shmflg); in shm_security()
/linux-4.1.27/security/
Dsecurity.c1049 int security_shm_associate(struct shmid_kernel *shp, int shmflg) in security_shm_associate() function