Home
last modified time | relevance | path

Searched refs:used_maps (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/netronome/nfp/bpf/
Doffload.c121 if (bpf_map_offload_neutral(prog->aux->used_maps[i])) in nfp_map_ptrs_record()
135 if (bpf_map_offload_neutral(prog->aux->used_maps[i])) { in nfp_map_ptrs_record()
137 prog->aux->used_maps[i]); in nfp_map_ptrs_record()
/Linux-v5.15/include/linux/
Dbpf_verifier.h427 struct bpf_map *used_maps[MAX_USED_MAPS]; /* array of map's used by eBPF program */ member
Dbpf.h881 struct bpf_map **used_maps; member
1910 struct bpf_map **used_maps, u32 len);
/Linux-v5.15/kernel/bpf/
Dcore.c1855 struct bpf_map *map = aux->used_maps[i]; in bpf_check_tail_call()
2219 struct bpf_map **used_maps, u32 len) in __bpf_free_used_maps() argument
2225 map = used_maps[i]; in __bpf_free_used_maps()
2234 __bpf_free_used_maps(aux, aux->used_maps, aux->used_map_cnt); in bpf_free_used_maps()
2235 kfree(aux->used_maps); in bpf_free_used_maps()
Dsyscall.c3471 map = prog->aux->used_maps[i]; in bpf_map_from_imm()
3614 if (put_user(prog->aux->used_maps[i]->id, in bpf_prog_get_info_by_fd()
4513 used_maps_old = prog->aux->used_maps; in bpf_prog_bind_map()
4534 prog->aux->used_maps = used_maps_new; in bpf_prog_bind_map()
Dverifier.c9200 map = env->used_maps[aux->map_index]; in check_ld_imm()
11622 if (env->used_maps[j] == map) { in resolve_pseudo_ldimm64()
11642 env->used_maps[env->used_map_cnt++] = map; in resolve_pseudo_ldimm64()
11675 __bpf_free_used_maps(env->prog->aux, env->used_maps, in release_maps()
13842 env->prog->aux->used_maps = kmalloc_array(env->used_map_cnt, in bpf_check()
13843 sizeof(env->used_maps[0]), in bpf_check()
13846 if (!env->prog->aux->used_maps) { in bpf_check()
13851 memcpy(env->prog->aux->used_maps, env->used_maps, in bpf_check()
13852 sizeof(env->used_maps[0]) * env->used_map_cnt); in bpf_check()
13879 if (!env->prog->aux->used_maps) in bpf_check()
/Linux-v5.15/Documentation/bpf/
Ddrgn.rst173 .used_maps = (struct bpf_map **)0xffff889ff795de98,