Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dsyscall.c498 static int bpf_map_kptr_off_cmp(const void *a, const void *b) in bpf_map_kptr_off_cmp() function
520 return bsearch(&offset, tab->off, tab->nr_off, sizeof(tab->off[0]), bpf_map_kptr_off_cmp); in bpf_map_kptr_off_contains()