Return the specified error code
Notify a tracing process with the specified value
Adds an architecture to the filter
@param ctx the filter context
@param arch_token the architecture token, e.g. SCMP_ARCH_*
Removes an architecture from the filter
@param ctx the filter context
@param arch_token the architecture token, e.g. SCMP_ARCH_*
Get the value of a filter attribute
Set the value of a filter attribute
Generate seccomp Berkley Packet Filter (BPF) code and export it to a file
Generate seccomp Pseudo Filter Code (PFC) and export it to a file
Initialize the filter state
Loads the filter into the kernel
Destroys the filter state and releases any resources
Reset the filter state
Add a new rule to the filter
Add a new rule to the filter
Add a new rule to the filter
Add a new rule to the filter
Set the priority of a given syscall
Resolve a syscall name to a number
@param name the syscall name