Searched refs:range_within (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c16502 static bool range_within(const struct bpf_reg_state *old, function
16717 /* explore_alu_limits disables tnum_in() and range_within()
16749 return range_within(rold, rcur) &&
16761 range_within(rold, rcur) &&
16784 return range_within(rold, rcur) &&

Completed in 213 milliseconds