Home
last modified time | relevance | path

Searched refs:skel_map_get_fd_by_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c205 map_fd = skel_map_get_fd_by_id(jmp_table.map->id); in hid_bpf_release_progs()
295 map_fd = skel_map_get_fd_by_id(jmp_table.map->id); in hid_bpf_release_prog_at()
313 map_fd = skel_map_get_fd_by_id(jmp_table.map->id); in hid_bpf_insert_prog()
/openbmc/linux/tools/lib/bpf/
H A Dskel_internal.h266 static inline int skel_map_get_fd_by_id(__u32 id) in skel_map_get_fd_by_id() function