Home
last modified time | relevance | path

Searched refs:tqe_th (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_input.c633 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) { in tcp_reass()
647 i = p->tqe_th->th_seq + p->tqe_len - th->th_seq; in tcp_reass()
712 int i = (th->th_seq + *tlenp) - q->tqe_th->th_seq; in tcp_reass()
725 tp->t_dsack_lseq = q->tqe_th->th_seq; in tcp_reass()
739 q->tqe_th->th_seq += i; in tcp_reass()
755 te->tqe_th = th; in tcp_reass()
773 if (!q || q->tqe_th->th_seq != tp->rcv_nxt) { in tcp_reass()
792 flags = q->tqe_th->th_flags & TH_FIN; in tcp_reass()
798 if (q->tqe_th->th_flags & TH_PUSH) { in tcp_reass()
811 } while (q && q->tqe_th->th_seq == tp->rcv_nxt); in tcp_reass()
H A Dmptcp.c362 te->tqe_th = NULL; in mptcp_reass()
H A Dtcp_var.h159 struct tcphdr *tqe_th; /* a pointer to tcp header */ member