Lines Matching refs:total_len
9229 int total_len = m0->m_pkthdr.len;
9234 if (total_len <= hdr_len + mss) {
9248 for (n = 1; off < total_len; off += mss, n++) {
9278 if (off + mss >= total_len) { /* last segment */
9279 mss = total_len - off;
9313 m_adj(m0, hdr_len + firstlen - total_len);
9323 m_adj(m0, hdr_len - total_len);
9534 int total_len = m0->m_pkthdr.len;
9625 GSOSTAT_SET_MAX(tcp.gsos_maxsegmented, total_len);
9626 GSOSTAT_SET_MIN(tcp.gsos_minsegmented, total_len);
9627 GSOSTAT_ADD(tcp.gsos_totalbyteseg, total_len);