Home
last modified time | relevance | path

Searched refs:attach_prog (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/samples/hid/
A Dhid_surface_dial.c89 static int attach_prog(struct hid_surface_dial *skel, struct bpf_program *prog, int hid_id) in attach_prog() function
101 attach_fd = bpf_program__fd(skel->progs.attach_prog); in attach_prog()
212 attach_prog(skel, prog, hid_id); in main()
A Dhid_bpf_attach.bpf.c12 int attach_prog(struct attach_prog_args *ctx) in attach_prog() function
A Dhid_mouse.c125 attach_fd = bpf_program__fd(skel->progs.attach_prog); in main()
/linux-6.3-rc2/tools/testing/selftests/hid/progs/
A Dhid.c62 int attach_prog(struct attach_prog_args *ctx) in attach_prog() function
/linux-6.3-rc2/tools/testing/selftests/bpf/
A DDENYLIST.aarch6470 trampoline_count # attach_prog unexpected error: -524
/linux-6.3-rc2/Documentation/hid/
A Dhid-bpf.rst376 int attach_prog(struct attach_prog_args *ctx)
410 To attach ``filter_switch``, userspace needs to call the ``attach_prog`` syscall
427 prog_fd = bpf_program__fd(hid_skel->progs.attach_prog);
/linux-6.3-rc2/tools/testing/selftests/hid/
A Dhid_bpf.c543 attach_fd = bpf_program__fd(self->skel->progs.attach_prog); in load_programs()

Completed in 15 milliseconds