Home
last modified time | relevance | path

Searched refs:bpf_core_hash_fn (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c5660 static size_t bpf_core_hash_fn(const void *key, void *ctx) in bpf_core_hash_fn() function
5918 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL); in bpf_object__relocate_core()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c5695 static size_t bpf_core_hash_fn(const long key, void *ctx) in bpf_core_hash_fn() function
5808 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL); in bpf_object__relocate_core()

Completed in 29 milliseconds