Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
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-v6.1/net/bpf/
Dtest_run.c1577 retval = BPF_PROG_SK_LOOKUP_RUN_ARRAY(progs, ctx, bpf_prog_run); in bpf_prog_test_run_sk_lookup()