Home
last modified time | relevance | path

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

/net/core/
Dbpf_sk_storage.c463 int map_fd; in bpf_sk_storage_diag_alloc() local
468 map_fd = nla_get_u32(nla); in bpf_sk_storage_diag_alloc()
469 map = bpf_map_get(map_fd); in bpf_sk_storage_diag_alloc()
817 if (!linfo->map.map_fd) in bpf_iter_attach_map()
820 map = bpf_map_get_with_uref(linfo->map.map_fd); in bpf_iter_attach_map()
Dsock_map.c1591 if (!linfo->map.map_fd) in sock_map_iter_attach_target()
1594 map = bpf_map_get_with_uref(linfo->map.map_fd); in sock_map_iter_attach_target()