Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/bpf/
Dhid_bpf_jmp_table.c204 map_fd = skel_map_get_fd_by_id(jmp_table.map->id); in hid_bpf_release_progs()
281 map_fd = skel_map_get_fd_by_id(jmp_table.map->id); in hid_bpf_release_prog_at()
299 map_fd = skel_map_get_fd_by_id(jmp_table.map->id); in hid_bpf_insert_prog()
/Linux-v6.6/tools/lib/bpf/
Dskel_internal.h266 static inline int skel_map_get_fd_by_id(__u32 id) in skel_map_get_fd_by_id() function