Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/net/
Dbpf_jit_comp.c2378 struct bpf_plt expected_plt, current_plt, new_plt, *plt; in bpf_arch_text_poke() local
2407 bpf_jit_plt(&expected_plt, ret, old_addr); in bpf_arch_text_poke()
2408 if (memcmp(&current_plt, &expected_plt, sizeof(current_plt))) in bpf_arch_text_poke()