Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dmap_iter.c125 key_acc_size = prog->aux->max_rdonly_access; in bpf_iter_attach_map()
Dverifier.c6652 max_access = &env->prog->aux->max_rdonly_access; in check_mem_access()
6992 max_access = &env->prog->aux->max_rdonly_access; in check_helper_mem_access()
/Linux-v6.6/net/core/
Dsock_map.c1676 if (prog->aux->max_rdonly_access > map->key_size) { in sock_map_iter_attach_target()
/Linux-v6.6/include/linux/
Dbpf.h1384 u32 max_rdonly_access; member