Searched refs:libbpf_prog_handler_opts (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | custom_sec_handlers.c | 62 LIBBPF_OPTS(libbpf_prog_handler_opts, abc1_opts, in register_sec_handlers() 68 LIBBPF_OPTS(libbpf_prog_handler_opts, abc2_opts, in register_sec_handlers() 74 LIBBPF_OPTS(libbpf_prog_handler_opts, custom_opts, in register_sec_handlers() 96 LIBBPF_OPTS(libbpf_prog_handler_opts, opts, in test_custom_sec_handlers()
|
/linux-6.1.9/tools/lib/bpf/ |
D | libbpf.h | 1444 struct libbpf_prog_handler_opts { struct 1510 const struct libbpf_prog_handler_opts *opts);
|
D | libbpf.c | 8567 const struct libbpf_prog_handler_opts *opts) in libbpf_register_prog_handler() 8571 if (!OPTS_VALID(opts, libbpf_prog_handler_opts)) in libbpf_register_prog_handler()
|
/linux-6.1.9/tools/perf/util/ |
D | bpf-loader.c | 50 const struct libbpf_prog_handler_opts *opts __maybe_unused) in libbpf_register_prog_handler() 183 LIBBPF_OPTS(libbpf_prog_handler_opts, handler_opts, in libbpf_init()
|