Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c292 kfree(fp->aux->poke_tab); in __bpf_prog_free()
831 struct bpf_jit_poke_descriptor *tab = prog->aux->poke_tab; in bpf_jit_add_poke_descriptor()
857 prog->aux->poke_tab = tab; in bpf_jit_add_poke_descriptor()
3022 aux->func[i]->aux->poke_tab = NULL; in bpf_prog_free_deferred()
H A Darraymap.c1124 poke = &elem->aux->poke_tab[i]; in prog_array_map_poke_run()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c879 poke = &prog->aux->poke_tab[i]; in bpf_tail_call_direct_fixup()
2470 &bpf_prog->aux->poke_tab[imm32 - 1], in do_jit()
/linux/include/linux/
H A Dbpf.h1712 struct bpf_jit_poke_descriptor *poke_tab; member