Searched refs:DEFINE_BPF_PROG_RUN (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | core.c | 2274 #define DEFINE_BPF_PROG_RUN(stack_size) \ macro 2311 EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); 2312 EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); 2313 EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512);
|