Home
last modified time | relevance | path

Searched refs:bpf_program__attach_freplace (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/lib/bpf/
Dlibbpf.map208 bpf_program__attach_freplace;
Dlibbpf.h815 bpf_program__attach_freplace(const struct bpf_program *prog,
Dlibbpf.c12750 struct bpf_link *bpf_program__attach_freplace(const struct bpf_program *prog, in bpf_program__attach_freplace() function
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dfexit_bpf2bpf.c252 link = bpf_program__attach_freplace(prog, tgt_fd, tgt_name); in test_second_attach()
Dtailcalls.c1536 freplace_link = bpf_program__attach_freplace(freplace_prog, prog_fd, in test_tailcall_freplace()