Select execution runtime for bpf program
void sk_filter_select_runtime(struct sk_filter * fp);
fp
sk_filter populated with internal BPF program
try to JIT internal BPF program, if JIT is not available select interpreter BPF program will be executed via SK_RUN_FILTER macro