Searched refs:attach_prog (Results 1 – 7 of 7) sorted by relevance
89 static int attach_prog(struct hid_surface_dial *skel, struct bpf_program *prog, int hid_id) in attach_prog() function101 attach_fd = bpf_program__fd(skel->progs.attach_prog); in attach_prog()212 attach_prog(skel, prog, hid_id); in main()
12 int attach_prog(struct attach_prog_args *ctx) in attach_prog() function
125 attach_fd = bpf_program__fd(skel->progs.attach_prog); in main()
62 int attach_prog(struct attach_prog_args *ctx) in attach_prog() function
70 trampoline_count # attach_prog unexpected error: -524
376 int attach_prog(struct attach_prog_args *ctx)410 To attach ``filter_switch``, userspace needs to call the ``attach_prog`` syscall427 prog_fd = bpf_program__fd(hid_skel->progs.attach_prog);
543 attach_fd = bpf_program__fd(self->skel->progs.attach_prog); in load_programs()
Completed in 15 milliseconds