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

/linux-master/kernel/bpf/
H A Dhashtab.c732 static __always_inline void *__htab_lru_map_lookup_elem(struct bpf_map *map, function
748 return __htab_lru_map_lookup_elem(map, key, true);
753 return __htab_lru_map_lookup_elem(map, key, false);

Completed in 211 milliseconds