Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c9859 static bool can_elide_value_nullness(enum bpf_map_type type);
10009 if (can_elide_value_nullness(meta->map.ptr->map_type)) { in check_func_arg()
11606 static bool can_elide_value_nullness(enum bpf_map_type type) in can_elide_value_nullness() function
11980 can_elide_value_nullness(meta.map.ptr->map_type) && in check_helper_call()