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