Home
last modified time | relevance | path

Searched refs:libbpf_prog_handler_opts (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dcustom_sec_handlers.c62 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/
Dlibbpf.h1444 struct libbpf_prog_handler_opts { struct
1510 const struct libbpf_prog_handler_opts *opts);
Dlibbpf.c8567 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/
Dbpf-loader.c50 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()