Name
sk_filter_select_runtime —
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