Searched refs:prog_attach_fn (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | custom_sec_handlers.c | 66 .prog_attach_fn = NULL, in register_sec_handlers() 72 .prog_attach_fn = custom_attach_prog, in register_sec_handlers() 78 .prog_attach_fn = custom_attach_prog, in register_sec_handlers() 99 .prog_attach_fn = custom_attach_prog, in test_custom_sec_handlers()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | libbpf.h | 1566 libbpf_prog_attach_fn_t prog_attach_fn; member 1568 #define libbpf_prog_handler_opts__last_field prog_attach_fn
|
A D | libbpf.c | 367 libbpf_prog_attach_fn_t prog_attach_fn; member 8620 sec_def->prog_attach_fn = OPTS_GET(opts, prog_attach_fn, NULL); in libbpf_register_prog_handler() 11414 if (!prog->sec_def || !prog->sec_def->prog_attach_fn) in bpf_program__attach() 11417 err = prog->sec_def->prog_attach_fn(prog, prog->sec_def->cookie, &link); in bpf_program__attach() 12413 if (!prog->sec_def || !prog->sec_def->prog_attach_fn) in bpf_object__attach_skeleton() 12420 err = prog->sec_def->prog_attach_fn(prog, prog->sec_def->cookie, link); in bpf_object__attach_skeleton()
|
Completed in 28 milliseconds