Searched refs:__htab_map_lookup_elem (Results 1 – 1 of 1) sorted by relevance
464 static void *__htab_map_lookup_elem(struct bpf_map *map, void *key) in __htab_map_lookup_elem() function487 struct htab_elem *l = __htab_map_lookup_elem(map, key); in htab_map_lookup_elem()511 BUILD_BUG_ON(!__same_type(&__htab_map_lookup_elem, in htab_map_gen_lookup()513 *insn++ = BPF_EMIT_CALL(BPF_CAST_CALL(__htab_map_lookup_elem)); in htab_map_gen_lookup()523 struct htab_elem *l = __htab_map_lookup_elem(map, key); in htab_lru_map_lookup_elem()540 BUILD_BUG_ON(!__same_type(&__htab_map_lookup_elem, in htab_lru_map_gen_lookup()542 *insn++ = BPF_EMIT_CALL(BPF_CAST_CALL(__htab_map_lookup_elem)); in htab_lru_map_gen_lookup()1218 struct htab_elem *l = __htab_map_lookup_elem(map, key); in htab_percpu_map_lookup_elem()1228 struct htab_elem *l = __htab_map_lookup_elem(map, key); in htab_lru_percpu_map_lookup_elem()1253 l = __htab_map_lookup_elem(map, key); in bpf_percpu_hash_copy()[all …]