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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_input.c660 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq))
673 i = p->tqe_th->th_seq + p->tqe_len - th->th_seq;
715 register int i = (th->th_seq + *tlenp) - q->tqe_th->th_seq;
719 q->tqe_th->th_seq += i;
735 te->tqe_th = th;
761 if (!q || q->tqe_th->th_seq != tp->rcv_nxt) {
780 flags = q->tqe_th->th_flags & TH_FIN;
801 q->tqe_th->th_seq - (tp->irs + 1), 0))
812 } while (q && q->tqe_th->th_seq == tp->rcv_nxt);
843 te->tqe_th
[all...]
H A Dtcp_var.h158 struct tcphdr *tqe_th; /* a pointer to tcp header */ member in struct:tseg_qent

Completed in 21 milliseconds