Home
last modified time | relevance | path

Searched refs:BPF_PROG_SK_LOOKUP_RUN_ARRAY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dfilter.h1393 #define BPF_PROG_SK_LOOKUP_RUN_ARRAY(array, ctx, func) \ macro
1449 act = BPF_PROG_SK_LOOKUP_RUN_ARRAY(run_array, ctx, bpf_prog_run); in bpf_sk_lookup_run_v4()
1488 act = BPF_PROG_SK_LOOKUP_RUN_ARRAY(run_array, ctx, bpf_prog_run); in bpf_sk_lookup_run_v6()
/openbmc/linux/net/bpf/
H A Dtest_run.c1448 retval = BPF_PROG_SK_LOOKUP_RUN_ARRAY(progs, ctx, bpf_prog_run); in bpf_prog_test_run_sk_lookup()