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