Searched refs:td_maxack (Results 1 – 2 of 2) sorted by relevance
12 u_int32_t td_maxack; /* max of ack */ member
639 sender->td_maxack = ack; in tcp_in_window()641 } else if (after(ack, sender->td_maxack)) in tcp_in_window()642 sender->td_maxack = ack; in tcp_in_window()968 && before(ntohl(th->seq), ct->proto.tcp.seen[!dir].td_maxack)) { in tcp_packet()