Lines Matching refs:__htab_map_lookup_elem
667 static void *__htab_map_lookup_elem(struct bpf_map *map, void *key) in __htab_map_lookup_elem() function
690 struct htab_elem *l = __htab_map_lookup_elem(map, key); in htab_map_lookup_elem()
714 BUILD_BUG_ON(!__same_type(&__htab_map_lookup_elem, in htab_map_gen_lookup()
716 *insn++ = BPF_EMIT_CALL(__htab_map_lookup_elem); in htab_map_gen_lookup()
727 struct htab_elem *l = __htab_map_lookup_elem(map, key); in __htab_lru_map_lookup_elem()
755 BUILD_BUG_ON(!__same_type(&__htab_map_lookup_elem, in htab_lru_map_gen_lookup()
757 *insn++ = BPF_EMIT_CALL(__htab_map_lookup_elem); in htab_lru_map_gen_lookup()
2294 struct htab_elem *l = __htab_map_lookup_elem(map, key); in htab_percpu_map_lookup_elem()
2309 l = __htab_map_lookup_elem(map, key); in htab_percpu_map_lookup_percpu_elem()
2318 struct htab_elem *l = __htab_map_lookup_elem(map, key); in htab_lru_percpu_map_lookup_elem()
2335 l = __htab_map_lookup_elem(map, key); in htab_lru_percpu_map_lookup_percpu_elem()
2358 l = __htab_map_lookup_elem(map, key); in bpf_percpu_hash_copy()
2403 l = __htab_map_lookup_elem(map, key); in htab_percpu_map_seq_show_elem()
2565 BUILD_BUG_ON(!__same_type(&__htab_map_lookup_elem, in htab_of_map_gen_lookup()
2567 *insn++ = BPF_EMIT_CALL(__htab_map_lookup_elem); in htab_of_map_gen_lookup()