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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c624 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq))
637 i = p->tqe_th->th_seq + p->tqe_len - th->th_seq;
684 register int i = (th->th_seq + *tlenp) - q->tqe_th->th_seq;
688 q->tqe_th->th_seq += i;
704 te->tqe_th = th;
730 if (!q || q->tqe_th->th_seq != tp->rcv_nxt) {
753 flags = q->tqe_th->th_flags & TH_FIN;
774 q->tqe_th->th_seq - (tp->irs + 1), 0))
785 } while (q && q->tqe_th->th_seq == tp->rcv_nxt);
816 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 24 milliseconds