Searched refs:max_rdonly_access (Results 1 – 5 of 5) sorted by relevance
126 key_acc_size = prog->aux->max_rdonly_access; in bpf_iter_attach_map()
4305 &env->prog->aux->max_rdonly_access); in check_mem_access()4586 &env->prog->aux->max_rdonly_access); in check_helper_mem_access()
889 if (prog->aux->max_rdonly_access > map->value_size) { in bpf_iter_attach_map()
1541 if (prog->aux->max_rdonly_access > map->key_size) { in sock_map_iter_attach_target()
854 u32 max_rdonly_access; member