Searched refs:tail_call (Results 1 – 7 of 7) sorted by relevance
1114 int tail_call(struct __sk_buff *sk)1136 tail_call(sk);1076 int tail_call(struct __sk_buff *sk) tail_call() function
5887 FN(tail_call, 12, ##ctx) \
897 array = container_of(poke->tail_call.map, struct bpf_array, map); in bpf_tail_call_direct_fixup()899 target = array->ptrs[poke->tail_call.key]; in bpf_tail_call_direct_fixup()
841 if (!poke->tail_call.map) in bpf_jit_add_poke_descriptor()
22331 map_ptr = prog->aux->poke_tab[i].tail_call.map; in jit_subprogs()23012 .tail_call.map = aux->map_ptr_state.map_ptr, in do_misc_fixups()23013 .tail_call.key = bpf_map_key_immediate(aux), in do_misc_fixups()23512 map_ptr = prog->aux->poke_tab[i].tail_call.map; in do_misc_fixups()
1577 } tail_call; member