Home
last modified time | relevance | path

Searched refs:poke_tab (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/Documentation/bpf/
Ddrgn.rst152 .poke_tab = (struct bpf_jit_poke_descriptor *)0x0,
/Linux-v5.15/kernel/bpf/
Dcore.c257 kfree(fp->aux->poke_tab); in __bpf_prog_free()
772 struct bpf_jit_poke_descriptor *tab = prog->aux->poke_tab; in bpf_jit_add_poke_descriptor()
798 prog->aux->poke_tab = tab; in bpf_jit_add_poke_descriptor()
2281 aux->func[i]->aux->poke_tab = NULL; in bpf_prog_free_deferred()
Darraymap.c970 poke = &elem->aux->poke_tab[i]; in prog_array_map_poke_run()
Dverifier.c11754 struct bpf_jit_poke_descriptor *tab = prog->aux->poke_tab; in adjust_poke_descs()
12416 func[i]->aux->poke_tab = prog->aux->poke_tab; in jit_subprogs()
12422 poke = &prog->aux->poke_tab[j]; in jit_subprogs()
12538 map_ptr = prog->aux->poke_tab[i].tail_call.map; in jit_subprogs()
12548 func[i]->aux->poke_tab = NULL; in jit_subprogs()
13041 map_ptr = prog->aux->poke_tab[i].tail_call.map; in do_misc_fixups()
/Linux-v5.15/arch/x86/net/
Dbpf_jit_comp.c572 poke = &prog->aux->poke_tab[i]; in bpf_tail_call_direct_fixup()
1414 emit_bpf_tail_call_direct(&bpf_prog->aux->poke_tab[imm32 - 1], in do_jit()
/Linux-v5.15/include/linux/
Dbpf.h876 struct bpf_jit_poke_descriptor *poke_tab; member