Searched refs:bpf_htab (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/bpf/ |
D | hashtab.c | 17 struct bpf_htab { struct 37 struct bpf_htab *htab; in htab_map_alloc() argument 103 static inline struct hlist_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket() 123 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_lookup_elem() 148 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_get_next_key() 207 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_update_elem() 281 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_delete_elem() 311 static void delete_all_elements(struct bpf_htab *htab) in delete_all_elements() 331 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_free()
|