Searched refs:check_off (Results 1 – 1 of 1) sorted by relevance
7449 hn_rndis_check_overlap(int off, int len, int check_off, int check_len) in hn_rndis_check_overlap() argument7452 if (off < check_off) { in hn_rndis_check_overlap()7453 if (__predict_true(off + len <= check_off)) in hn_rndis_check_overlap()7455 } else if (off > check_off) { in hn_rndis_check_overlap()7456 if (__predict_true(check_off + check_len <= off)) in hn_rndis_check_overlap()