Lines Matching refs:seq
81 tcp_seq seq;
95 tcp_seq seq;
161 u_int32_t seq, ack, thseq, thack;
225 seq = EXTRACT_32BITS(&tp->th_seq);
292 th->ack = seq, th->seq = ack - 1;
294 th->seq = seq, th->ack = ack - 1;
297 seq -= th->ack, ack -= th->seq;
299 seq -= th->seq, ack -= th->ack;
302 thseq = th->seq;
348 th->ack = seq, th->seq = ack - 1;
350 th->seq = seq, th->ack = ack - 1;
353 seq -= th->ack, ack -= th->seq;
355 seq -= th->seq, ack -= th->ack;
358 thseq = th->seq;
408 (void)printf(", seq %u", seq);
411 (void)printf(":%u", seq + length);