Home
last modified time | relevance | path

Searched refs:bpf_map_inc (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dbpf.h174 struct bpf_map *bpf_map_inc(struct bpf_map *map, bool uref);
/linux-4.4.14/kernel/bpf/
Dsyscall.c187 struct bpf_map *bpf_map_inc(struct bpf_map *map, bool uref) in bpf_map_inc() function
207 map = bpf_map_inc(map, true); in bpf_map_get_with_uref()
Dinode.c37 raw = bpf_map_inc(raw, true); in bpf_any_get()
Dverifier.c2042 map = bpf_map_inc(map, false); in replace_map_fd_with_map_ptr()