bpf_func_          19 samples/bpf/sockex3_kern.c #define PROG(F) SEC("socket/"__stringify(F)) int bpf_func_##F
bpf_func_          15 samples/bpf/tracex5_kern.c #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F
bpf_func_          23 tools/testing/selftests/bpf/progs/bpf_flow.c #define PROG(F) SEC(#F) int bpf_func_##F