Searched refs:ccleft (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Daccf_http.c294 int ccleft, copied; local
303 * ccleft - how many bytes remaining in the socketbuffer
304 * just loop over the mbufs subtracting from 'ccleft' until we only
308 ccleft = sbavail(&so->so_rcv);
309 if (ccleft < NCHRS)
315 ccleft -= m->m_len;
316 if (ccleft <= NCHRS) {
320 tocopy = (NCHRS - ccleft) - copied;

Completed in 185 milliseconds