Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dmap_iter.c126 key_acc_size = prog->aux->max_rdonly_access; in bpf_iter_attach_map()
H A Dverifier.c3914 &env->prog->aux->max_rdonly_access); in check_mem_access()
4147 &env->prog->aux->max_rdonly_access); in check_helper_mem_access()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_map.c1602 if (prog->aux->max_rdonly_access > map->key_size) { in sock_map_iter_attach_target()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h804 u32 max_rdonly_access; member