Searched refs:I_BPF_PROG_RUN_ARRAY (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 1071 #define I_BPF_PROG_RUN_ARRAY(array, ctx, func, check_non_null, set_cg_storage) \ macro 1152 #define BPF_PROG_RUN_ARRAY(array, ctx, func) I_BPF_PROG_RUN_ARRAY(array, ctx, func, false, true) 1154 #define BPF_PROG_RUN_ARRAY_CHECK(array, ctx, func) I_BPF_PROG_RUN_ARRAY(array, ctx, func, true, false)
|
Completed in 5 milliseconds