Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map307 bpf_program__attach_freplace;
H A Dlibbpf.h265 bpf_program__attach_freplace(struct bpf_program *prog,
H A Dlibbpf.c9761 struct bpf_link *bpf_program__attach_freplace(struct bpf_program *prog, in bpf_program__attach_freplace() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c203 link = bpf_program__attach_freplace(prog, tgt_fd, tgt_name); in test_second_attach()