Searched refs:ralen (Results 1 – 3 of 3) sorted by relevance
67 size_t ralen; member252 if (complete || (i == bc->ralen && bc->ralen > 0)) { in read_strategy()256 if (nblk - i > BCACHE_MINREADAHEAD && bc->ralen > 0 && in read_strategy()263 if (nblk > bc->ralen) in read_strategy()264 bc->ralen = 0; in read_strategy()266 bc->ralen -= nblk; in read_strategy()327 bc->ralen = ra; in read_strategy()330 bc->ralen = 0; in read_strategy()
407 int error, ralen, maxpacketsize; in ipcomp_output() local426 ralen = m->m_pkthdr.len - skip; /* Raw payload length before comp. */ in ipcomp_output()451 if (ralen + skip + IPCOMP_HLENGTH > maxpacketsize) { in ipcomp_output()457 ralen + skip + IPCOMP_HLENGTH, maxpacketsize)); in ipcomp_output()492 crp->crp_payload_length = ralen; in ipcomp_output()
110 ISC_SOCKLEN_T ralen; member