Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c290 s64 const_map_key; member
9663 err = get_constant_map_key(env, reg, key_size, &meta->const_map_key); in check_func_arg()
9665 meta->const_map_key = -1; in check_func_arg()
11582 meta.const_map_key >= 0 && in check_helper_call()
11583 meta.const_map_key < meta.map_ptr->max_entries) in check_helper_call()