Searched refs:__bpf_map_get (Results 1 – 4 of 4) sorted by relevance
16 inner_map = __bpf_map_get(f); in bpf_map_meta_alloc()101 inner_map = __bpf_map_get(f); in bpf_map_fd_get_ptr()
1630 struct bpf_map *map = __bpf_map_get(f); in bpf_map_get()1642 struct bpf_map *map = __bpf_map_get(f); in bpf_map_get_with_uref()1717 map = __bpf_map_get(f); in map_lookup_elem()1779 map = __bpf_map_get(f); in map_update_elem()1830 map = __bpf_map_get(f); in map_delete_elem()1884 map = __bpf_map_get(f); in map_get_next_key()2151 map = __bpf_map_get(f); in map_lookup_and_delete_elem()2235 map = __bpf_map_get(f); in map_freeze()5670 map = __bpf_map_get(f); in bpf_map_do_batch()
18215 map = __bpf_map_get(f); in add_used_map()19642 map = __bpf_map_get(f); in add_fd_from_fd_array()
2612 static inline struct bpf_map *__bpf_map_get(struct fd f) in __bpf_map_get() function