Home
last modified time | relevance | path

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

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