Searched refs:BPF_PROG_SK_LOOKUP_RUN_ARRAY (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | filter.h | 1353 #define BPF_PROG_SK_LOOKUP_RUN_ARRAY(array, ctx, func) \ macro 1408 act = BPF_PROG_SK_LOOKUP_RUN_ARRAY(run_array, ctx, BPF_PROG_RUN); in bpf_sk_lookup_run_v4() 1446 act = BPF_PROG_SK_LOOKUP_RUN_ARRAY(run_array, ctx, BPF_PROG_RUN); in bpf_sk_lookup_run_v6()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | filter.h | 1393 #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()
|
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 1442 retval = BPF_PROG_SK_LOOKUP_RUN_ARRAY(progs, ctx, bpf_prog_run); in bpf_prog_test_run_sk_lookup()
|
Completed in 7 milliseconds