Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
seccomp_data Struct Reference

#include <seccomp.h>

Data Fields

int nr
 
__u32 arch
 
__u64 instruction_pointer
 
__u64 args [6]
 

Detailed Description

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.

Definition at line 40 of file seccomp.h.

Field Documentation

__u32 arch

Definition at line 42 of file seccomp.h.

__u64 args[6]

Definition at line 44 of file seccomp.h.

__u64 instruction_pointer

Definition at line 43 of file seccomp.h.

int nr

Definition at line 41 of file seccomp.h.


The documentation for this struct was generated from the following file: