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

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

Completed in 110 milliseconds