Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c9512 static bool can_elide_value_nullness(enum bpf_map_type type);
9662 if (can_elide_value_nullness(meta->map_ptr->map_type)) { in check_func_arg()
11202 static bool can_elide_value_nullness(enum bpf_map_type type) in can_elide_value_nullness() function
11581 can_elide_value_nullness(meta.map_ptr->map_type) && in check_helper_call()