Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Darraymap.c1072 .map_poke_track = prog_array_map_poke_track,
H A Dverifier.c11183 ret = map_ptr->ops->map_poke_track(map_ptr, func[i]->aux); in jit_subprogs()
11700 if (!map_ptr->ops->map_poke_track || in fixup_bpf_calls()
11707 ret = map_ptr->ops->map_poke_track(map_ptr, prog->aux); in fixup_bpf_calls()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h97 int (*map_poke_track)(struct bpf_map *map, struct bpf_prog_aux *aux); member