Lines Matching refs:stm
102 struct _strp_msg *stm; in __strp_recv() local
194 stm = _strp_msg(head); in __strp_recv()
195 memset(stm, 0, sizeof(*stm)); in __strp_recv()
196 stm->strp.offset = orig_offset + eaten; in __strp_recv()
210 stm = _strp_msg(head); in __strp_recv()
218 if (!stm->strp.full_len) { in __strp_recv()
225 if (!stm->accum_len) { in __strp_recv()
229 stm->accum_len += cand_len; in __strp_recv()
235 if (len == -ESTRPIPE && stm->accum_len) { in __strp_recv()
249 skb->len - stm->strp.offset) { in __strp_recv()
258 stm->strp.full_len = len; in __strp_recv()
261 extra = (ssize_t)(stm->accum_len + cand_len) - in __strp_recv()
262 stm->strp.full_len; in __strp_recv()
266 if (stm->strp.full_len - stm->accum_len > in __strp_recv()
275 if (!stm->accum_len) { in __strp_recv()
280 stm->accum_len += cand_len; in __strp_recv()
282 strp->need_bytes = stm->strp.full_len - in __strp_recv()
283 stm->accum_len; in __strp_recv()
288 stm->accum_len += cand_len; in __strp_recv()