Lines Matching refs:wspace
230 int proto, olen, wspace, r, flush;
252 wspace = M_TRAILINGSPACE(m);
253 if (state->hdrlen + PPP_HDRLEN + 2 < wspace) {
255 wspace -= state->hdrlen;
271 state->strm.avail_out = wspace - (PPP_HDRLEN + 2);
276 wspace = 0;
304 m->m_len = wspace;
305 olen += wspace;
313 state->strm.avail_out = wspace = M_TRAILINGSPACE(m);
323 olen += (m->m_len = wspace - state->strm.avail_out);