Searched refs:map_fd (Results 1 – 2 of 2) sorted by relevance
504 int map_fd = nla_get_u32(nla); in bpf_sk_storage_diag_alloc() local505 struct bpf_map *map = bpf_map_get(map_fd); in bpf_sk_storage_diag_alloc()854 if (!linfo->map.map_fd) in bpf_iter_attach_map()857 map = bpf_map_get_with_uref(linfo->map.map_fd); in bpf_iter_attach_map()
1909 if (!linfo->map.map_fd) in sock_map_iter_attach_target()1912 map = bpf_map_get_with_uref(linfo->map.map_fd); in sock_map_iter_attach_target()
Completed in 19 milliseconds