Searched refs:ccleft (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Daccf_http.c283 int ccleft, copied; local
292 * ccleft - how many bytes remaining in the socketbuffer
293 * just loop over the mbufs subtracting from 'ccleft' until we only
297 ccleft = sbavail(&so->so_rcv);
298 if (ccleft < NCHRS)
304 ccleft -= m->m_len;
305 if (ccleft <= NCHRS) {
309 tocopy = (NCHRS - ccleft) - copied;

Completed in 100 milliseconds