Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c20973 static int __add_used_map(struct bpf_verifier_env *env, struct bpf_map *map) in __add_used_map() function
21031 return __add_used_map(env, map); in add_used_map()
24640 err = __add_used_map(env, map); in add_fd_from_fd_array()