Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsecurity.h381 int security_shm_alloc(struct kern_ipc_perm *shp);
1092 static inline int security_shm_alloc(struct kern_ipc_perm *shp) in security_shm_alloc() function
/Linux-v4.19/security/
Dsecurity.c1232 int security_shm_alloc(struct kern_ipc_perm *shp) in security_shm_alloc() function
/Linux-v4.19/ipc/
Dshm.c631 error = security_shm_alloc(&shp->shm_perm); in newseg()