Home
last modified time | relevance | path

Searched refs:used_map_cnt (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c120 for (i = 0; i < prog->aux->used_map_cnt; i++) in nfp_map_ptrs_record()
132 for (i = 0; i < prog->aux->used_map_cnt; i++) in nfp_map_ptrs_record()
/linux/kernel/bpf/
H A Dbpf_insn_array.c284 for (i = 0; i < prog->aux->used_map_cnt; i++) { in bpf_prog_update_insn_ptrs()
H A Dsyscall.c2849 for (i = 0; i < prog->aux->used_map_cnt; i++) { in bpf_prog_mark_insn_arrays_ready()
4902 for (i = 0, *off = 0; i < prog->aux->used_map_cnt; i++) { in bpf_map_from_imm()
5046 info.nr_map_ids = prog->aux->used_map_cnt; in bpf_prog_get_info_by_fd()
6093 for (i = 0; i < prog->aux->used_map_cnt; i++) in bpf_prog_bind_map()
6100 prog->aux->used_map_cnt + 1); in bpf_prog_bind_map()
6112 sizeof(used_maps_old[0]) * prog->aux->used_map_cnt); in bpf_prog_bind_map()
6113 used_maps_new[prog->aux->used_map_cnt] = map; in bpf_prog_bind_map()
6115 prog->aux->used_map_cnt++; in bpf_prog_bind_map()
H A Dverifier.c12646 if (i < env->used_map_cnt) { in bpf_helper_stack_access_bytes()
12658 for (i = 0; i < env->used_map_cnt; i++) { in bpf_helper_stack_access_bytes()
18168 for (i = 0; i < env->used_map_cnt; i++) in __add_used_map()
18172 if (env->used_map_cnt >= MAX_USED_MAPS) { in __add_used_map()
18192 env->used_maps[env->used_map_cnt++] = map; in __add_used_map()
18203 return env->used_map_cnt - 1; in __add_used_map()
18567 env->used_map_cnt); in release_maps()
20130 if (env->used_map_cnt) { in bpf_check()
20133 env->used_map_cnt, in bpf_check()
20142 sizeof(env->used_maps[0]) * env->used_map_cnt); in bpf_check()
[all …]
H A Dcore.c2503 for (i = 0; i < aux->used_map_cnt; i++) { in bpf_check_tail_call()
2967 __bpf_free_used_maps(aux, aux->used_maps, aux->used_map_cnt); in bpf_free_used_maps()
/linux/include/linux/
H A Dbpf.h1661 u32 used_map_cnt; member