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

/linux-master/kernel/bpf/
H A Dverifier.c7400 bool may_be_null = type_may_be_null(reg->type); local
7413 if (may_be_null) {
7423 if (may_be_null)
7433 bool may_be_null = type_may_be_null(mem_reg->type); local
7442 if (may_be_null) {
7452 if (may_be_null)

Completed in 787 milliseconds