Searched refs:td_end (Results 1 – 2 of 2) sorted by relevance
465 sender->td_end = in tcp_init_sender()555 sender->td_end = end; in tcp_in_window()565 receiver->td_end = receiver->td_maxend = sack; in tcp_in_window()566 } else if (sack == receiver->td_end + 1) { in tcp_in_window()570 receiver->td_end++; in tcp_in_window()575 after(end, sender->td_end) && in tcp_in_window()598 ack = sack = receiver->td_end; in tcp_in_window()606 ack = sack = receiver->td_end; in tcp_in_window()613 seq = end = sender->td_end; in tcp_in_window()620 ack_ok = after(sack, receiver->td_end - MAXACKWINDOW(sender) - 1); in tcp_in_window()[all …]
9 u_int32_t td_end; /* max of seq + len */ member