Searched refs:expected_plt (Results 1 – 1 of 1) sorted by relevance
2406 struct bpf_plt expected_plt, current_plt, new_plt, *plt; in bpf_arch_text_poke() local 2435 bpf_jit_plt(&expected_plt, ret, old_addr); in bpf_arch_text_poke() 2436 if (memcmp(¤t_plt, &expected_plt, sizeof(current_plt))) in bpf_arch_text_poke()