xref
: /
external
/
strace
/
seccomp_fprog.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
seccomp_fprog
{
2
unsigned
short
len
;
3
unsigned
long
filter
;
4
};
5