Searched refs:td_end (Results 1 – 2 of 2) sorted by relevance
492 sender->td_end, sender->td_maxend, sender->td_maxwin, in tcp_in_window()494 receiver->td_end, receiver->td_maxend, receiver->td_maxwin, in tcp_in_window()506 sender->td_end = in tcp_in_window()529 sender->td_end = end; in tcp_in_window()539 receiver->td_end = receiver->td_maxend = sack; in tcp_in_window()540 } else if (sack == receiver->td_end + 1) { in tcp_in_window()544 receiver->td_end++; in tcp_in_window()552 && after(end, sender->td_end)) { in tcp_in_window()558 sender->td_end = in tcp_in_window()569 ack = sack = receiver->td_end; in tcp_in_window()[all …]
9 u_int32_t td_end; /* max of seq + len */ member