Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dsyscall.c568 struct bpf_map_value_off *tab_a = map_a->kptr_off_tab, *tab_b = map_b->kptr_off_tab; in bpf_map_equal_kptr_off_tab() local
576 if (tab_a->nr_off != tab_b->nr_off) in bpf_map_equal_kptr_off_tab()
578 size = offsetof(struct bpf_map_value_off, off[tab_a->nr_off]); in bpf_map_equal_kptr_off_tab()
579 return !memcmp(tab_a, tab_b, size); in bpf_map_equal_kptr_off_tab()