Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h428 struct bpf_map *used_maps[MAX_USED_MAPS]; /* array of map's used by eBPF program */ member
H A Dbpf.h829 struct bpf_map **used_maps; member
1728 struct bpf_map **used_maps, u32 len);
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c1811 struct bpf_map *map = aux->used_maps[i]; in bpf_check_tail_call()
2163 struct bpf_map **used_maps, u32 len) in __bpf_free_used_maps() argument
2169 map = used_maps[i]; in __bpf_free_used_maps()
2178 __bpf_free_used_maps(aux, aux->used_maps, aux->used_map_cnt); in bpf_free_used_maps()
2179 kfree(aux->used_maps); in bpf_free_used_maps()
H A Dverifier.c8174 map = env->used_maps[aux->map_index]; in check_ld_imm()
10402 if (env->used_maps[j] == map) { in resolve_pseudo_ldimm64()
10422 env->used_maps[env->used_map_cnt++] = map; in resolve_pseudo_ldimm64()
10455 __bpf_free_used_maps(env->prog->aux, env->used_maps, in release_maps()
12476 env->prog->aux->used_maps = kmalloc_array(env->used_map_cnt, in bpf_check()
12477 sizeof(env->used_maps[0]), in bpf_check()
12480 if (!env->prog->aux->used_maps) { in bpf_check()
12485 memcpy(env->prog->aux->used_maps, env->used_maps, in bpf_check()
12486 sizeof(env->used_maps[0]) * env->used_map_cnt); in bpf_check()
12499 if (!env->prog->aux->used_maps) in bpf_check()
H A Dsyscall.c3311 map = prog->aux->used_maps[i]; in bpf_map_from_imm()
3454 if (put_user(prog->aux->used_maps[i]->id, in bpf_prog_get_info_by_fd()
4350 used_maps_old = prog->aux->used_maps; in bpf_prog_bind_map()
4371 prog->aux->used_maps = used_maps_new; in bpf_prog_bind_map()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Ddrgn.rst173 .used_maps = (struct bpf_map **)0xffff889ff795de98,
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c5530 if (dev_map_can_have_prog(new->aux->used_maps[i]) || in generic_xdp_install()
5531 cpu_map_prog_allowed(new->aux->used_maps[i])) { in generic_xdp_install()