sk_filter_select_runtime(9) select execution runtime for BPF program

SYNOPSIS

void sk_filter_select_runtime(struct sk_filter * fp);

ARGUMENTS

fp

sk_filter populated with internal BPF program

DESCRIPTION

try to JIT internal BPF program, if JIT is not available select interpreter BPF program will be executed via SK_RUN_FILTER macro

COPYRIGHT