Searched refs:tail_call (Results 1 – 7 of 7) sorted by relevance
1005 if (poke->tail_call.map != map || in prog_array_map_poke_run()1006 poke->tail_call.key != key) in prog_array_map_poke_run()
793 if (!poke->tail_call.map) in bpf_jit_add_poke_descriptor()
12778 map_ptr = prog->aux->poke_tab[i].tail_call.map; in jit_subprogs()13058 .tail_call.map = BPF_MAP_PTR(aux->map_ptr_state), in do_misc_fixups()13059 .tail_call.key = bpf_map_key_immediate(aux), in do_misc_fixups()13288 map_ptr = prog->aux->poke_tab[i].tail_call.map; in do_misc_fixups()
557 array = container_of(poke->tail_call.map, struct bpf_array, map); in bpf_tail_call_direct_fixup()559 target = array->ptrs[poke->tail_call.key]; in bpf_tail_call_direct_fixup()
4955 FN(tail_call), \
829 } tail_call; member
Completed in 68 milliseconds