Home
last modified time | relevance | path

Searched refs:BPF_PROG_RUN_ARRAY (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/media/rc/
Dbpf-lirc.c220 BPF_PROG_RUN_ARRAY(raw->progs, &raw->bpf_sample, bpf_prog_run); in lirc_bpf_run()
/Linux-v5.15/kernel/trace/
Dbpf_trace.c127 ret = BPF_PROG_RUN_ARRAY(call->prog_array, ctx, bpf_prog_run); in trace_call_bpf()
/Linux-v5.15/include/linux/
Dbpf.h1249 BPF_PROG_RUN_ARRAY(const struct bpf_prog_array __rcu *array_rcu, in BPF_PROG_RUN_ARRAY() function