Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
Dsyscall.c548 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
556 if (tab_a->nr_off != tab_b->nr_off) in bpf_map_equal_kptr_off_tab()
558 size = offsetof(struct bpf_map_value_off, off[tab_a->nr_off]); in bpf_map_equal_kptr_off_tab()
559 return !memcmp(tab_a, tab_b, size); in bpf_map_equal_kptr_off_tab()