pub unsafe extern "C" fn seccomp_reset(
ctx: scmp_filter_ctx,
def_action: u32,
) -> c_intExpand description
Reset the filter state
ctx: the filter contextdef_action: the default filter action
This function resets the given seccomp filter state and ensures the filter state is reinitialized. This function does not reset any seccomp filters already loaded into the kernel. Returns zero on success, negative values on failure.