Home
last modified time | relevance | path

Searched refs:tqe_len (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDtcp_reass.c214 log.u_bbr.flex3 = q->tqe_len; in tcp_log_reassm()
220 log.u_bbr.pkts_out = p->tqe_len; in tcp_log_reassm()
241 tcp_log_reassm(tp, q, NULL, q->tqe_start, q->tqe_len, TCP_R_LOG_DUMP, 0); in tcp_reass_log_dump()
324 last->tqe_len += tlen; in tcp_reass_append()
357 first->tqe_len -= i; in tcp_reass_prepend()
363 first->tqe_len += tlen; in tcp_reass_prepend()
365 first->tqe_m->m_pkthdr.len = first->tqe_len; in tcp_reass_prepend()
398 if (len > q->tqe_len) in tcp_reass_replace()
399 len_dif = len - q->tqe_len; in tcp_reass_replace()
405 q->tqe_len = len; in tcp_reass_replace()
[all …]
HDtcp_var.h102 int tqe_len; /* TCP segment data length */ member