Home
last modified time | relevance | path

Searched refs:const_map_key (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf_verifier.h1586 s64 const_map_key; member
/linux/kernel/bpf/
H A Dverifier.c8782 err = get_constant_map_key(env, reg, key_size, &meta->const_map_key); in check_func_arg()
8784 meta->const_map_key = -1; in check_func_arg()
11031 meta.const_map_key >= 0 && in check_helper_call()
11032 meta.const_map_key < meta.map.ptr->max_entries) in check_helper_call()