Searched refs:type_may_be_null (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c386 static bool type_may_be_null(u32 type) function
396 if (type_may_be_null(type))
6539 } else if (in_rcu_cs(env) && !type_may_be_null(reg->type)) {
6811 if (type_may_be_null(reg->type)) {
6862 if (type_may_be_null(reg_type))
6929 !type_may_be_null(reg->type)) {
7400 bool may_be_null = type_may_be_null(reg->type);
7433 bool may_be_null = type_may_be_null(mem_reg->type);
8307 if (type_may_be_null(reg->type) &&
8308 (!type_may_be_null(arg_typ
[all...]

Completed in 155 milliseconds