Lines Matching refs:map_ptr
1032 struct bpf_map *map_ptr; in jit_subprogs() local
1276 map_ptr = prog->aux->poke_tab[i].tail_call.map; in jit_subprogs()
1277 map_ptr->ops->map_poke_untrack(map_ptr, prog->aux); in jit_subprogs()
1474 struct bpf_map *map_ptr; in bpf_do_misc_fixups() local
1861 .tail_call.map = aux->map_ptr_state.map_ptr, in bpf_do_misc_fixups()
1890 map_ptr = aux->map_ptr_state.map_ptr; in bpf_do_misc_fixups()
1892 map_ptr->max_entries, 2); in bpf_do_misc_fixups()
1894 container_of(map_ptr, in bpf_do_misc_fixups()
1979 map_ptr = aux->map_ptr_state.map_ptr; in bpf_do_misc_fixups()
1980 ops = map_ptr->ops; in bpf_do_misc_fixups()
1983 cnt = ops->map_gen_lookup(map_ptr, insn_buf); in bpf_do_misc_fixups()
2383 map_ptr = prog->aux->poke_tab[i].tail_call.map; in bpf_do_misc_fixups()
2384 if (!map_ptr->ops->map_poke_track || in bpf_do_misc_fixups()
2385 !map_ptr->ops->map_poke_untrack || in bpf_do_misc_fixups()
2386 !map_ptr->ops->map_poke_run) { in bpf_do_misc_fixups()
2391 ret = map_ptr->ops->map_poke_track(map_ptr, prog->aux); in bpf_do_misc_fixups()