Searched refs:bpf_program__attach_freplace (Results 1 – 5 of 5) sorted by relevance
1544 freplace_link = bpf_program__attach_freplace(freplace_prog, tc_prog_fd, in test_tailcall_freplace()1597 freplace_link = bpf_program__attach_freplace(freplace_skel->progs.entry_freplace, in test_tailcall_bpf2bpf_freplace()1625 freplace_link = bpf_program__attach_freplace(freplace_skel->progs.entry_freplace, in test_tailcall_bpf2bpf_freplace()1636 freplace_link = bpf_program__attach_freplace(freplace_skel->progs.entry_freplace, in test_tailcall_bpf2bpf_freplace()
252 link = bpf_program__attach_freplace(prog, tgt_fd, tgt_name); in test_second_attach()
208 bpf_program__attach_freplace;
819 bpf_program__attach_freplace(const struct bpf_program *prog,
12840 struct bpf_link *bpf_program__attach_freplace(const struct bpf_program *prog, in bpf_program__attach_freplace() function