Linux Kernel
3.7.1
|
#include <seccomp.h>
Data Fields | |
int | nr |
__u32 | arch |
__u64 | instruction_pointer |
__u64 | args [6] |
struct seccomp_data - the format the BPF program executes over. : the system call number : indicates system call convention as an AUDIT_ARCH_* value as defined in <linux/audit.h>. : at the time of the system call. : up to 6 system call arguments always stored as 64-bit values regardless of the architecture.