Home
last modified time | relevance | path

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

/net/core/
A Dbpf_sk_storage.c504 int map_fd = nla_get_u32(nla); in bpf_sk_storage_diag_alloc() local
505 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()
A Dsock_map.c1909 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