Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/net/
Dbpf_jit_comp.c568 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
2939 old_bypass_addr = old ? NULL : poke->bypass_addr; in bpf_arch_poke_desc_update()
2956 poke->bypass_addr, in bpf_arch_poke_desc_update()
2964 poke->bypass_addr); in bpf_arch_poke_desc_update()
/linux-6.6.21/include/linux/
Dbpf.h1361 void *bypass_addr; member
/linux-6.6.21/kernel/bpf/
Dcore.c810 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()