Lines Matching refs:ack
81 tcp_seq ack; member
95 tcp_seq ack; member
163 uint32_t seq, ack, thseq, thack; local
228 ack = EXTRACT_32BITS(&tp->th_ack);
294 th->ack = seq, th->seq = ack - 1;
296 th->seq = seq, th->ack = ack - 1;
299 seq -= th->ack, ack -= th->seq;
301 seq -= th->seq, ack -= th->ack;
305 thack = th->ack;
350 th->ack = seq, th->seq = ack - 1;
352 th->seq = seq, th->ack = ack - 1;
355 seq -= th->ack, ack -= th->seq;
357 seq -= th->seq, ack -= th->ack;
361 thack = th->ack;
419 ND_PRINT((ndo, ", ack %u", ack));