Searched refs:__BPF_PROG_RUN_ARRAY (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | bpf.h | 1151 #define __BPF_PROG_RUN_ARRAY(array, ctx, func, check_non_null, set_cg_storage) \ macro 1233 __BPF_PROG_RUN_ARRAY(array, ctx, func, false, true) 1236 __BPF_PROG_RUN_ARRAY(array, ctx, func, true, false)
|