Lines Matching refs:poke
826 struct bpf_jit_poke_descriptor *poke)
835 if (poke->tailcall_target || poke->tailcall_target_stable ||
836 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr)
839 switch (poke->reason) {
841 if (!poke->tail_call.map)
848 tab = krealloc_array(tab, size, sizeof(*poke), GFP_KERNEL);
852 memcpy(&tab[slot], poke, sizeof(*poke));
2924 /* We can just unlink the subprog poke descriptor table as