th_reseqlen 246 netinet/tcp_input.c i = phdr->th_seq + phdr->th_reseqlen - th->th_seq; th_reseqlen 273 netinet/tcp_input.c if (i < qhdr->th_reseqlen) { th_reseqlen 275 netinet/tcp_input.c qhdr->th_reseqlen -= i; th_reseqlen 287 netinet/tcp_input.c th->th_reseqlen = *tlen; th_reseqlen 305 netinet/tcp_input.c if (tp->t_state == TCPS_SYN_RECEIVED && q->tcpqe_tcp->th_reseqlen) th_reseqlen 308 netinet/tcp_input.c tp->rcv_nxt += q->tcpqe_tcp->th_reseqlen;