Home
last modified time | relevance | path

Searched refs:__bpf_map_get (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/bpf/
Dsyscall.c172 struct bpf_map *__bpf_map_get(struct fd f) in __bpf_map_get() function
203 map = __bpf_map_get(f); in bpf_map_get_with_uref()
236 map = __bpf_map_get(f); in map_lookup_elem()
295 map = __bpf_map_get(f); in map_update_elem()
348 map = __bpf_map_get(f); in map_delete_elem()
389 map = __bpf_map_get(f); in map_get_next_key()
Dverifier.c2014 map = __bpf_map_get(f); in replace_map_fd_with_map_ptr()
/linux-4.4.14/include/linux/
Dbpf.h173 struct bpf_map *__bpf_map_get(struct fd f);