Lines Matching refs:shmid_kernel
50 struct shmid_kernel;
1646 int (*shm_alloc_security) (struct shmid_kernel *shp);
1647 void (*shm_free_security) (struct shmid_kernel *shp);
1648 int (*shm_associate) (struct shmid_kernel *shp, int shmflg);
1649 int (*shm_shmctl) (struct shmid_kernel *shp, int cmd);
1650 int (*shm_shmat) (struct shmid_kernel *shp,
1918 int security_shm_alloc(struct shmid_kernel *shp);
1919 void security_shm_free(struct shmid_kernel *shp);
1920 int security_shm_associate(struct shmid_kernel *shp, int shmflg);
1921 int security_shm_shmctl(struct shmid_kernel *shp, int cmd);
1922 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg);
2588 static inline int security_shm_alloc(struct shmid_kernel *shp) in security_shm_alloc()
2593 static inline void security_shm_free(struct shmid_kernel *shp) in security_shm_free()
2596 static inline int security_shm_associate(struct shmid_kernel *shp, in security_shm_associate()
2602 static inline int security_shm_shmctl(struct shmid_kernel *shp, int cmd) in security_shm_shmctl()
2607 static inline int security_shm_shmat(struct shmid_kernel *shp, in security_shm_shmat()