tcpqe_tcp         233 netinet/tcp_input.c 		if (SEQ_GT(q->tcpqe_tcp->th_seq, th->th_seq))
tcpqe_tcp         242 netinet/tcp_input.c 		struct tcphdr *phdr = p->tcpqe_tcp;
tcpqe_tcp         268 netinet/tcp_input.c 		struct tcphdr *qhdr = q->tcpqe_tcp;
tcpqe_tcp         288 netinet/tcp_input.c 	tiqe->tcpqe_tcp = th;
tcpqe_tcp         303 netinet/tcp_input.c 	if (q == NULL || q->tcpqe_tcp->th_seq != tp->rcv_nxt)
tcpqe_tcp         305 netinet/tcp_input.c 	if (tp->t_state == TCPS_SYN_RECEIVED && q->tcpqe_tcp->th_reseqlen)
tcpqe_tcp         308 netinet/tcp_input.c 		tp->rcv_nxt += q->tcpqe_tcp->th_reseqlen;
tcpqe_tcp         309 netinet/tcp_input.c 		flags = q->tcpqe_tcp->th_flags & TH_FIN;
tcpqe_tcp         320 netinet/tcp_input.c 	} while (q != NULL && q->tcpqe_tcp->th_seq == tp->rcv_nxt);
tcpqe_tcp          61 netinet/tcp_var.h 	struct tcphdr	*tcpqe_tcp;