Searched refs:map_poke_untrack (Results 1 – 3 of 3) sorted by relevance
1223 .map_poke_untrack = prog_array_map_poke_untrack,
2957 if (map->ops->map_poke_untrack) in __bpf_free_used_maps()2958 map->ops->map_poke_untrack(map, aux); in __bpf_free_used_maps()
134 void (*map_poke_untrack)(struct bpf_map *map, struct bpf_prog_aux *aux); member