Home | History | Annotate | Download | only in strace
      1 struct seccomp_fprog {
      2 	unsigned short len;
      3 	unsigned long filter;
      4 };
      5