Lines Matching refs:full_len
74 strp->stm.full_len);
134 tcp_read_done(strp->sk, strp->stm.full_len);
165 len = strp->stm.full_len;
221 if (!strp->stm.full_len) {
253 strp->stm.full_len = sz;
254 if (!strp->stm.full_len)
259 while (len && strp->stm.full_len > skb->len) {
260 chunk = min_t(size_t, len, strp->stm.full_len - skb->len);
288 if (strp->stm.full_len)
289 chunk = strp->stm.full_len - skb->len;
312 if (!strp->stm.full_len) {
329 strp->stm.full_len = sz;
360 if (strp->stm.full_len && strp->stm.full_len == skb->len) {
401 need_spc = strp->stm.full_len ?: TLS_MAX_PAYLOAD_SIZE + PAGE_SIZE;
428 unsigned int len = strp->stm.offset + strp->stm.full_len;
482 DEBUG_NET_WARN_ON_ONCE(!strp->stm.full_len);
485 if (WARN_ON(tcp_inq(strp->sk) < strp->stm.full_len))
488 tls_strp_load_anchor_with_queue(strp, strp->stm.full_len);
492 rxm->full_len = strp->stm.full_len;
510 if (inq < strp->stm.full_len)
513 if (!strp->stm.full_len) {
522 strp->stm.full_len = sz;
524 if (!strp->stm.full_len || inq < strp->stm.full_len)
576 WARN_ON(!strp->stm.full_len);
579 tcp_read_done(strp->sk, strp->stm.full_len);