Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c294 s64 const_map_key; member
9860 err = get_constant_map_key(env, reg, key_size, &meta->const_map_key); in check_func_arg()
9862 meta->const_map_key = -1; in check_func_arg()
11814 meta.const_map_key >= 0 && in check_helper_call()
11815 meta.const_map_key < meta.map_ptr->max_entries) in check_helper_call()