Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfilter.h1398 #define BPF_PROG_SK_LOOKUP_RUN_ARRAY(array, ctx, func) \ macro
1454 act = BPF_PROG_SK_LOOKUP_RUN_ARRAY(run_array, ctx, bpf_prog_run); in bpf_sk_lookup_run_v4()
1493 act = BPF_PROG_SK_LOOKUP_RUN_ARRAY(run_array, ctx, bpf_prog_run); in bpf_sk_lookup_run_v6()
/linux-6.3-rc2/net/bpf/
A Dtest_run.c1611 retval = BPF_PROG_SK_LOOKUP_RUN_ARRAY(progs, ctx, bpf_prog_run); in bpf_prog_test_run_sk_lookup()

Completed in 9 milliseconds