Searched refs:map_poke_untrack (Results 1 – 4 of 4) sorted by relevance
2170 if (map->ops->map_poke_untrack) in __bpf_free_used_maps()2171 map->ops->map_poke_untrack(map, aux); in __bpf_free_used_maps()
1073 .map_poke_untrack = prog_array_map_poke_untrack,
11223 map_ptr->ops->map_poke_untrack(map_ptr, prog->aux); in jit_subprogs()11300 map_ptr->ops->map_poke_untrack(map_ptr, func[i]->aux); in jit_subprogs()11701 !map_ptr->ops->map_poke_untrack || in fixup_bpf_calls()
98 void (*map_poke_untrack)(struct bpf_map *map, struct bpf_prog_aux *aux); member