qhdr 268 netinet/tcp_input.c struct tcphdr *qhdr = q->tcpqe_tcp; qhdr 269 netinet/tcp_input.c int i = (th->th_seq + *tlen) - qhdr->th_seq; qhdr 273 netinet/tcp_input.c if (i < qhdr->th_reseqlen) { qhdr 274 netinet/tcp_input.c qhdr->th_seq += i; qhdr 275 netinet/tcp_input.c qhdr->th_reseqlen -= i;