Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c2864 if (map->ops->map_poke_untrack) in __bpf_free_used_maps()
2865 map->ops->map_poke_untrack(map, aux); in __bpf_free_used_maps()
H A Dverifier.c22332 map_ptr->ops->map_poke_untrack(map_ptr, prog->aux); in jit_subprogs()
23514 !map_ptr->ops->map_poke_untrack || in do_misc_fixups()
/linux/include/linux/
H A Dbpf.h134 void (*map_poke_untrack)(struct bpf_map *map, struct bpf_prog_aux *aux); member