OpenGrok
Cross Reference: seccomp_fprog.h
xref
: /
external
/
strace
/
seccomp_fprog.h
Home
|
History
|
Annotate
|
Download
|
only in
strace
1
struct
seccomp_fprog
{
2
unsigned
short
len
;
3
unsigned
long
filter
;
4
};
5