C++程序  |  5行  |  70 B

struct seccomp_fprog {
	unsigned short len;
	unsigned long filter;
};