Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_input.c621 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) { in tcp_reass()
635 i = p->tqe_th->th_seq + p->tqe_len - th->th_seq; in tcp_reass()
704 int i = (th->th_seq + *tlenp) - q->tqe_th->th_seq; in tcp_reass()
717 tp->t_dsack_lseq = q->tqe_th->th_seq; in tcp_reass()
731 q->tqe_th->th_seq += i; in tcp_reass()
763 if (!q || q->tqe_th->th_seq != tp->rcv_nxt) { in tcp_reass()
781 uint8_t psh = q->tqe_th->th_flags & TH_PUSH; in tcp_reass()
785 flags = q->tqe_th->th_flags & TH_FIN; in tcp_reass()
806 } while (q && q->tqe_th->th_seq == tp->rcv_nxt); in tcp_reass()
H A Dmptcp.c382 te->tqe_th = NULL; in mptcp_reass()
H A Dtcp_var.h184 struct tcphdr *tqe_th; /* a pointer to tcp header */ member
H A Dtcp_subr.c1700 te->tqe_th = th; in tcp_create_reass_qent()