Home
last modified time | relevance | path

Searched refs:max_rdonly_access (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/
Dmap_iter.c126 key_acc_size = prog->aux->max_rdonly_access; in bpf_iter_attach_map()
Dverifier.c3931 max_access = &env->prog->aux->max_rdonly_access; in check_mem_access()
4167 max_access = &env->prog->aux->max_rdonly_access; in check_helper_mem_access()
/kernel/linux/linux-5.10/net/core/
Dbpf_sk_storage.c818 if (prog->aux->max_rdonly_access > map->value_size) { in bpf_iter_attach_map()
Dsock_map.c1584 if (prog->aux->max_rdonly_access > map->key_size) { in sock_map_iter_attach_target()
/kernel/linux/linux-5.10/include/linux/
Dbpf.h849 u32 max_rdonly_access; member