Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsecurity.h1922 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg);
2607 static inline int security_shm_shmat(struct shmid_kernel *shp, in security_shm_shmat() function
/linux-4.1.27/ipc/
Dshm.c1154 err = security_shm_shmat(shp, shmaddr, shmflg); in do_shmat()
/linux-4.1.27/security/
Dsecurity.c1059 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) in security_shm_shmat() function