Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dhashtab.c17 struct bpf_htab { struct
37 struct bpf_htab *htab; in htab_map_alloc() argument
123 static inline struct hlist_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket()
143 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_lookup_elem()
168 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_get_next_key()
227 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_update_elem()
301 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_delete_elem()
331 static void delete_all_elements(struct bpf_htab *htab) in delete_all_elements()
351 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_free()