Home
last modified time | relevance | path

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

/linux/arch/x86/net/
H A Dbpf_jit_comp.c816 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
3724 old_bypass_addr = old ? NULL : poke->bypass_addr; in bpf_arch_poke_desc_update()
3741 poke->bypass_addr, in bpf_arch_poke_desc_update()
3749 poke->bypass_addr); in bpf_arch_poke_desc_update()
/linux/include/linux/
H A Dbpf.h1464 void *bypass_addr; member
/linux/kernel/bpf/
H A Dcore.c845 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()