Searched refs:PROG_NAME (Results 1 – 1 of 1) sorted by relevance
1328 #define PROG_NAME(stack_size) __bpf_prog_run##stack_size macro1330 static unsigned int PROG_NAME(stack_size)(const void *ctx, const struct bpf_insn *insn) \1372 #define PROG_NAME_LIST(stack_size) PROG_NAME(stack_size),