Searched refs:tab_a (Results 1 – 1 of 1) sorted by relevance
568 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() local576 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()