Searched refs:tqe_th (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c583 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq))
596 i = p->tqe_th->th_seq + p->tqe_len - th->th_seq;
637 register int i = (th->th_seq + *tlenp) - q->tqe_th->th_seq;
641 q->tqe_th->th_seq += i;
657 te->tqe_th = th;
674 if (!q || q->tqe_th->th_seq != tp->rcv_nxt) {
686 flags = q->tqe_th->th_flags & TH_FIN;
704 } while (q && q->tqe_th->th_seq == tp->rcv_nxt);
H A Dtcp_var.h141 struct tcphdr *tqe_th; /* a pointer to tcp header */ member in struct:tseg_qent

Completed in 27 milliseconds