Searched refs:libbpf_prog_handler_opts (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A 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.3-rc2/tools/lib/bpf/ |
A D | libbpf.h | 1544 struct libbpf_prog_handler_opts { struct 1610 const struct libbpf_prog_handler_opts *opts);
|
A D | libbpf.c | 8585 const struct libbpf_prog_handler_opts *opts) in libbpf_register_prog_handler() 8589 if (!OPTS_VALID(opts, libbpf_prog_handler_opts)) in libbpf_register_prog_handler()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | bpf-loader.c | 46 const struct libbpf_prog_handler_opts *opts __maybe_unused) in libbpf_register_prog_handler() 179 LIBBPF_OPTS(libbpf_prog_handler_opts, handler_opts, in libbpf_init()
|
Completed in 31 milliseconds