Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Darraymap.c969 old_bypass_addr = old ? NULL : poke->bypass_addr; in prog_array_map_poke_run()
981 poke->bypass_addr, in prog_array_map_poke_run()
989 poke->bypass_addr); in prog_array_map_poke_run()
H A Dcore.c788 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h772 void *bypass_addr; member
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c530 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()