Home
last modified time | relevance | path

Searched refs:hid_tail_call (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/hid/bpf/entrypoints/
Dentrypoints.lskel.h14 struct bpf_prog_desc hid_tail_call; member
24 int prog_fd = skel->progs.hid_tail_call.prog_fd; in entrypoints_bpf__hid_tail_call__attach()
52 skel_closenz(skel->progs.hid_tail_call.prog_fd); in entrypoints_bpf__destroy()
Dentrypoints.bpf.c18 int BPF_PROG(hid_tail_call, struct hid_bpf_ctx *hctx) in BPF_PROG() argument
/Linux-v6.6/drivers/hid/bpf/
Dhid_bpf_jmp_table.c559 ATTACH_AND_STORE_LINK(hid_tail_call); in hid_bpf_preload_skel()