Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfilter.h1401 #define BPF_PROG_SK_LOOKUP_RUN_ARRAY(array, ctx, func) \ macro
1456 act = BPF_PROG_SK_LOOKUP_RUN_ARRAY(run_array, ctx, bpf_prog_run); in bpf_sk_lookup_run_v4()
1494 act = BPF_PROG_SK_LOOKUP_RUN_ARRAY(run_array, ctx, bpf_prog_run); in bpf_sk_lookup_run_v6()
/Linux-v5.15/net/bpf/
Dtest_run.c996 retval = BPF_PROG_SK_LOOKUP_RUN_ARRAY(progs, ctx, bpf_prog_run); in bpf_prog_test_run_sk_lookup()