Searched refs:attach_iter (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 8772 static int attach_iter(const struct bpf_program *prog, long cookie, struct bpf_link **link); 8818 SEC_DEF("iter+", TRACING, BPF_TRACE_ITER, SEC_ATTACH_BTF, attach_iter), 8819 SEC_DEF("iter.s+", TRACING, BPF_TRACE_ITER, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_iter), 12074 static int attach_iter(const struct bpf_program *prog, long cookie, struct bpf_link **link) in attach_iter() function
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 8319 static struct bpf_link *attach_iter(const struct bpf_sec_def *sec, 8387 .attach_fn = attach_iter), 9704 static struct bpf_link *attach_iter(const struct bpf_sec_def *sec, in attach_iter() function
|
Completed in 30 milliseconds