Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/bpf/
Dlibbpf.map208 bpf_program__attach_freplace;
Dlibbpf.h770 bpf_program__attach_freplace(const struct bpf_program *prog,
Dlibbpf.c11991 struct bpf_link *bpf_program__attach_freplace(const struct bpf_program *prog, in bpf_program__attach_freplace() function
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dfexit_bpf2bpf.c252 link = bpf_program__attach_freplace(prog, tgt_fd, tgt_name); in test_second_attach()