Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/bpf/entrypoints/
H A Dentrypoints.bpf.c15 } hid_jmp_table SEC(".maps");
20 bpf_tail_call(ctx, &hid_jmp_table, hctx->index); in BPF_PROG()
H A Dentrypoints.lskel.h11 struct bpf_map_desc hid_jmp_table; member
53 skel_closenz(skel->maps.hid_jmp_table.map_fd); in entrypoints_bpf__destroy()
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c553 jmp_table.map = bpf_map_get_with_uref(skel->maps.hid_jmp_table.map_fd); in hid_bpf_preload_skel()