Searched refs:is_narrower_load (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/bpf/
H A Dverifier.c19090 bool is_narrower_load; local
19222 is_narrower_load = size < ctx_field_size;
19225 if (is_narrower_load) {
19252 if (is_narrower_load && size < target_size) {

Completed in 353 milliseconds