Searched refs:bpf_map_get_with_uref (Results 1 - 7 of 7) sorted by path

/linux-master/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);
/linux-master/include/linux/
H A Dbpf.h2228 struct bpf_map *bpf_map_get_with_uref(u32 ufd);
/linux-master/kernel/bpf/
H A Dinode.c75 raw = bpf_map_get_with_uref(ufd);
H A Dmap_iter.c112 map = bpf_map_get_with_uref(linfo->map.map_fd);
H A Dsyscall.c1465 struct bpf_map *bpf_map_get_with_uref(u32 ufd) function
/linux-master/net/core/
H A Dbpf_sk_storage.c865 map = bpf_map_get_with_uref(linfo->map.map_fd);
H A Dsock_map.c1848 map = bpf_map_get_with_uref(attr->link_create.target_fd);
1907 map = bpf_map_get_with_uref(linfo->map.map_fd);

Completed in 238 milliseconds