Searched refs:tqe_len (Results 1 – 2 of 2) sorted by relevance
212 log.u_bbr.flex3 = q->tqe_len; in tcp_log_reassm()218 log.u_bbr.pkts_out = p->tqe_len; in tcp_log_reassm()239 tcp_log_reassm(tp, q, NULL, q->tqe_start, q->tqe_len, TCP_R_LOG_DUMP, 0); in tcp_reass_log_dump()322 last->tqe_len += tlen; in tcp_reass_append()355 first->tqe_len -= i; in tcp_reass_prepend()361 first->tqe_len += tlen; in tcp_reass_prepend()363 first->tqe_m->m_pkthdr.len = first->tqe_len; in tcp_reass_prepend()396 if (len > q->tqe_len) in tcp_reass_replace()397 len_dif = len - q->tqe_len; in tcp_reass_replace()403 q->tqe_len = len; in tcp_reass_replace()[all …]
100 int tqe_len; /* TCP segment data length */ member