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