Searched refs:tqe_start (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/netinet/ |
| D | tcp_reass.c | 218 log.u_bbr.flex2 = q->tqe_start; in tcp_log_reassm() 224 log.u_bbr.flex5 = p->tqe_start; in tcp_log_reassm() 248 tcp_log_reassm(tp, q, NULL, q->tqe_start, q->tqe_len, TCP_R_LOG_DUMP, 0); in tcp_reass_log_dump() 342 tcp_reass_log_new_in(tp, last->tqe_start, lenofoh, last->tqe_m, in tcp_reass_append() 357 if (SEQ_GT((th->th_seq + tlen), first->tqe_start)) { in tcp_reass_prepend() 359 i = (th->th_seq + tlen) - first->tqe_start; in tcp_reass_prepend() 365 first->tqe_start += i; in tcp_reass_prepend() 371 first->tqe_start = th->th_seq; in tcp_reass_prepend() 378 tcp_reass_log_new_in(tp, first->tqe_start, lenofoh, first->tqe_m, in tcp_reass_prepend() 404 q->tqe_start = seq; in tcp_reass_replace() [all …]
|
| D | tcp_var.h | 52 tcp_seq tqe_start; /* TCP Sequence number start */ member
|