Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c19464 static bool range_within(const struct bpf_reg_state *old, in range_within() function
19819 return range_within(rold, rcur) && tnum_in(rold->var_off, rcur->var_off); in regsafe()
19829 range_within(rold, rcur) && in regsafe()
19852 return range_within(rold, rcur) && in regsafe()
19863 rold->off == rcur->off && range_within(rold, rcur) && in regsafe()