Searched defs:seccomp (Results 1 – 4 of 4) sorted by relevance
28 struct seccomp { struct30 struct seccomp_filter *filter; argument48 static inline int seccomp_mode(struct seccomp *s) in seccomp_mode() argument57 struct seccomp { }; struct
887 struct seccomp seccomp; member
946 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, in SYSCALL_DEFINE3() argument
158 int seccomp(unsigned int op, unsigned int flags, void *args) in seccomp() function