Searched refs:current_plt (Results 1 – 1 of 1) sorted by relevance
2013 struct bpf_plt expected_plt, current_plt, new_plt, *plt; in bpf_arch_text_poke() local2037 err = copy_from_kernel_nofault(¤t_plt, plt, in bpf_arch_text_poke()2038 sizeof(current_plt)); in bpf_arch_text_poke()2043 if (memcmp(¤t_plt, &expected_plt, sizeof(current_plt))) in bpf_arch_text_poke()