Searched defs:shp (Results 1 – 3 of 3) sorted by relevance
/security/smack/ |
D | smack_lsm.c | 2951 static struct smack_known *smack_of_shm(struct shmid_kernel *shp) in smack_of_shm() 2962 static int smack_shm_alloc_security(struct shmid_kernel *shp) in smack_shm_alloc_security() 2977 static void smack_shm_free_security(struct shmid_kernel *shp) in smack_shm_free_security() 2991 static int smk_curacc_shm(struct shmid_kernel *shp, int access) in smk_curacc_shm() 3013 static int smack_shm_associate(struct shmid_kernel *shp, int shmflg) in smack_shm_associate() 3028 static int smack_shm_shmctl(struct shmid_kernel *shp, int cmd) in smack_shm_shmctl() 3063 static int smack_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, in smack_shm_shmat()
|
/security/ |
D | security.c | 1208 int security_shm_alloc(struct shmid_kernel *shp) in security_shm_alloc() 1213 void security_shm_free(struct shmid_kernel *shp) in security_shm_free() 1218 int security_shm_associate(struct shmid_kernel *shp, int shmflg) in security_shm_associate() 1223 int security_shm_shmctl(struct shmid_kernel *shp, int cmd) in security_shm_shmctl() 1228 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/security/selinux/ |
D | hooks.c | 5715 static int selinux_shm_alloc_security(struct shmid_kernel *shp) in selinux_shm_alloc_security() 5740 static void selinux_shm_free_security(struct shmid_kernel *shp) in selinux_shm_free_security() 5745 static int selinux_shm_associate(struct shmid_kernel *shp, int shmflg) in selinux_shm_associate() 5761 static int selinux_shm_shmctl(struct shmid_kernel *shp, int cmd) in selinux_shm_shmctl() 5794 static int selinux_shm_shmat(struct shmid_kernel *shp, in selinux_shm_shmat()
|