Searched defs:hashmap (Results 1 – 3 of 3) sorted by relevance
72 struct hashmap { struct73 hashmap_hash_fn hash_fn; argument74 hashmap_equal_fn equal_fn; argument77 struct hashmap_entry **buckets; argument83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
115 static void __setup(struct bpf_program *prog, bool hashmap) in __setup()