Lines Matching refs:stm
94 struct _strp_msg *stm; in __strp_recv() local
186 stm = _strp_msg(head); in __strp_recv()
187 memset(stm, 0, sizeof(*stm)); in __strp_recv()
188 stm->strp.offset = orig_offset + eaten; in __strp_recv()
202 stm = _strp_msg(head); in __strp_recv()
210 if (!stm->strp.full_len) { in __strp_recv()
217 if (!stm->accum_len) { in __strp_recv()
221 stm->accum_len += cand_len; in __strp_recv()
227 if (len == -ESTRPIPE && stm->accum_len) { in __strp_recv()
241 skb->len - stm->strp.offset) { in __strp_recv()
250 stm->strp.full_len = len; in __strp_recv()
253 extra = (ssize_t)(stm->accum_len + cand_len) - in __strp_recv()
254 stm->strp.full_len; in __strp_recv()
258 if (stm->strp.full_len - stm->accum_len > in __strp_recv()
267 if (!stm->accum_len) { in __strp_recv()
272 stm->accum_len += cand_len; in __strp_recv()
274 strp->need_bytes = stm->strp.full_len - in __strp_recv()
275 stm->accum_len; in __strp_recv()
280 stm->accum_len += cand_len; in __strp_recv()