Lines Matching refs:shmid_kernel
50 struct shmid_kernel;
336 int security_shm_alloc(struct shmid_kernel *shp);
337 void security_shm_free(struct shmid_kernel *shp);
338 int security_shm_associate(struct shmid_kernel *shp, int shmflg);
339 int security_shm_shmctl(struct shmid_kernel *shp, int cmd);
340 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg);
1007 static inline int security_shm_alloc(struct shmid_kernel *shp) in security_shm_alloc()
1012 static inline void security_shm_free(struct shmid_kernel *shp) in security_shm_free()
1015 static inline int security_shm_associate(struct shmid_kernel *shp, in security_shm_associate()
1021 static inline int security_shm_shmctl(struct shmid_kernel *shp, int cmd) in security_shm_shmctl()
1026 static inline int security_shm_shmat(struct shmid_kernel *shp, in security_shm_shmat()