Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dbcache.c67 size_t ralen; member
252 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()
/freebsd/sys/netipsec/
H A Dxform_ipcomp.c407 int error, ralen, maxpacketsize; in ipcomp_output() local
426 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()
/freebsd/lib/libc/isc/
H A Deventlib_p.h110 ISC_SOCKLEN_T ralen; member