Searched refs:bpf_htab (Results 1 – 2 of 2) sorted by relevance
/linux/kernel/bpf/ |
A D | hashtab.c | 92 struct bpf_htab { struct 624 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_map_lookup_elem() 741 struct bpf_htab *htab = (struct bpf_htab *)arg; in htab_lru_map_delete_node() 772 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_get_next_key() 1022 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_update_elem() 1124 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_lru_map_update_elem() 1192 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_percpu_map_update_elem() 1247 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_lru_percpu_map_update_elem() 1326 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_delete_elem() 1362 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_lru_map_delete_elem() [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | map_ptr_kern.c | 91 struct bpf_htab { struct 108 struct bpf_htab *hash = (struct bpf_htab *)&m_hash; in check_hash() 210 struct bpf_htab *percpu_hash = (struct bpf_htab *)&m_percpu_hash; in check_percpu_hash() 284 struct bpf_htab *lru_hash = (struct bpf_htab *)&m_lru_hash; in check_lru_hash() 301 struct bpf_htab *lru_percpu_hash = (struct bpf_htab *)&m_lru_percpu_hash; in check_lru_percpu_hash() 383 struct bpf_htab *hash_of_maps = (struct bpf_htab *)&m_hash_of_maps; in check_hash_of_maps()
|
Completed in 14 milliseconds