Home | History | Annotate | Download | only in net

Lines Matching refs:wspace

235     int proto, olen, wspace, r, flush;
257 wspace = M_TRAILINGSPACE(m);
258 if (state->hdrlen + PPP_HDRLEN + 2 < wspace) {
260 wspace -= state->hdrlen;
276 state->strm.avail_out = wspace - (PPP_HDRLEN + 2);
281 wspace = 0;
309 m->m_len = wspace;
310 olen += wspace;
318 state->strm.avail_out = wspace = M_TRAILINGSPACE(m);
328 olen += (m->m_len = wspace - state->strm.avail_out);