Searched refs:bpf_program__autoattach (Results 1 – 9 of 9) sorted by relevance
17 ASSERT_TRUE(bpf_program__autoattach(skel->progs.prog1), "autoattach_prog1"); in test_autoattach()18 ASSERT_FALSE(bpf_program__autoattach(skel->progs.prog2), "autoattach_prog2"); in test_autoattach()
359 bpf_program__autoattach;
331 LIBBPF_API bool bpf_program__autoattach(const struct bpf_program *prog);
9111 bool bpf_program__autoattach(const struct bpf_program *prog) in bpf_program__autoattach() function
962 957: FUNC GLOBAL DEFAULT 15 bpf_program__autoattach
4594 pub fn bpf_program__autoattach(prog: *const bpf_program) -> bool; in bpf_program__autoattach() function
6266 pub fn bpf_program__autoattach(prog: *const bpf_program) -> bool; in bpf_program__autoattach() function