Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c630 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) { in tcp_reass()
644 i = p->tqe_th->th_seq + p->tqe_len - th->th_seq; in tcp_reass()
716 int i = (th->th_seq + *tlenp) - q->tqe_th->th_seq; in tcp_reass()
729 tp->t_dsack_lseq = q->tqe_th->th_seq; in tcp_reass()
743 q->tqe_th->th_seq += i; in tcp_reass()
762 te->tqe_th = th; in tcp_reass()
782 if (!q || q->tqe_th->th_seq != tp->rcv_nxt) { in tcp_reass()
801 flags = q->tqe_th->th_flags & TH_FIN; in tcp_reass()
809 if (q->tqe_th->th_flags & TH_PUSH) { in tcp_reass()
823 } while (q && q->tqe_th->th_seq == tp->rcv_nxt); in tcp_reass()
H A Dmptcp.c375 te->tqe_th = NULL; in mptcp_reass()
H A Dtcp_var.h171 struct tcphdr *tqe_th; /* a pointer to tcp header */ member