HomeSort by relevance Sort by last modified time
    Searched refs:seccomp (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/linux/
seccomp.h 8 /* Valid values for seccomp.mode and prctl(PR_SET_SECCOMP, <mode>) */
9 #define SECCOMP_MODE_DISABLED 0 /* seccomp is not in use. */
51 #include <asm/seccomp.h>
55 * struct seccomp - the state of a seccomp'ed process
65 struct seccomp { struct
87 static inline int seccomp_mode(struct seccomp *s)
96 struct seccomp { }; struct
112 static inline int seccomp_mode(struct seccomp *s)
sched.h 73 #include <linux/seccomp.h>
901 seccomp_t seccomp; member in struct:task_struct
    [all...]

Completed in 441 milliseconds