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

/linux-master/kernel/bpf/
H A Dverifier.c16346 static bool range_within(const struct bpf_reg_state *old, function
16561 /* explore_alu_limits disables tnum_in() and range_within()
16593 return range_within(rold, rcur) &&
16605 range_within(rold, rcur) &&
16628 return range_within(rold, rcur) &&

Completed in 364 milliseconds