Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dhashtab.c88 struct bpf_htab { struct
649 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_map_lookup_elem()
810 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_get_next_key()
1074 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_update_elem()
1193 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_lru_map_update_elem()
1262 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_percpu_map_update_elem()
1317 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_lru_percpu_map_update_elem()
1399 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_delete_elem()
1435 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_lru_map_delete_elem()
1515 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_free_timers_and_wq()
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c91 struct bpf_htab { struct
110 struct bpf_htab *hash = (struct bpf_htab *)&m_hash; in check_hash()
215 struct bpf_htab *percpu_hash = (struct bpf_htab *)&m_percpu_hash; in check_percpu_hash()
289 struct bpf_htab *lru_hash = (struct bpf_htab *)&m_lru_hash; in check_lru_hash()
306 struct bpf_htab *lru_percpu_hash = (struct bpf_htab *)&m_lru_percpu_hash; in check_lru_percpu_hash()
395 struct bpf_htab *hash_of_maps = (struct bpf_htab *)&m_hash_of_maps; in check_hash_of_maps()
397 struct bpf_htab *inner_map; in check_hash_of_maps()