Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c829 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
3857 old_bypass_addr = old ? NULL : poke->bypass_addr; in bpf_arch_poke_desc_update()
3874 poke->bypass_addr, in bpf_arch_poke_desc_update()
3882 poke->bypass_addr); in bpf_arch_poke_desc_update()
/linux-6.15/include/linux/
H A Dbpf.h1490 void *bypass_addr; member
/linux-6.15/kernel/bpf/
H A Dcore.c845 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()