Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/net/
Dbpf_jit_comp.c566 poke->adj_off = X86_TAIL_CALL_OFFSET; in emit_bpf_tail_call_direct()
611 poke->adj_off); in bpf_tail_call_direct_fixup()
2940 old_addr = old ? (u8 *)old->bpf_func + poke->adj_off : NULL; in bpf_arch_poke_desc_update()
2941 new_addr = new ? (u8 *)new->bpf_func + poke->adj_off : NULL; in bpf_arch_poke_desc_update()
/linux-6.6.21/include/linux/
Dbpf.h1370 u8 adj_off; member
/linux-6.6.21/kernel/bpf/
Dcore.c810 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()