Searched refs:check_off (Results 1 – 1 of 1) sorted by relevance
7131 hn_rndis_check_overlap(int off, int len, int check_off, int check_len) in hn_rndis_check_overlap() argument7134 if (off < check_off) { in hn_rndis_check_overlap()7135 if (__predict_true(off + len <= check_off)) in hn_rndis_check_overlap()7137 } else if (off > check_off) { in hn_rndis_check_overlap()7138 if (__predict_true(check_off + check_len <= off)) in hn_rndis_check_overlap()