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.c830 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
3958 old_bypass_addr = old ? NULL : poke->bypass_addr; in bpf_arch_poke_desc_update()
3975 poke->bypass_addr, in bpf_arch_poke_desc_update()
3983 poke->bypass_addr); in bpf_arch_poke_desc_update()
/linux/include/linux/
H A Dbpf.h1540 void *bypass_addr; member
/linux/kernel/bpf/
H A Dcore.c820 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()