Home
last modified time | relevance | path

Searched refs:map_poke_untrack (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
A Dcore.c2234 if (map->ops->map_poke_untrack) in __bpf_free_used_maps()
2235 map->ops->map_poke_untrack(map, aux); in __bpf_free_used_maps()
A Darraymap.c1113 .map_poke_untrack = prog_array_map_poke_untrack,
A Dverifier.c12779 map_ptr->ops->map_poke_untrack(map_ptr, prog->aux); in jit_subprogs()
13290 !map_ptr->ops->map_poke_untrack || in do_misc_fixups()
/linux/include/linux/
A Dbpf.h107 void (*map_poke_untrack)(struct bpf_map *map, struct bpf_prog_aux *aux); member

Completed in 38 milliseconds