Searched refs:td_end (Results 1 – 2 of 2) sorted by relevance
503 sender->td_end, sender->td_maxend, sender->td_maxwin, in tcp_in_window()505 receiver->td_end, receiver->td_maxend, receiver->td_maxwin, in tcp_in_window()517 sender->td_end = in tcp_in_window()540 sender->td_end = end; in tcp_in_window()550 receiver->td_end = receiver->td_maxend = sack; in tcp_in_window()551 } else if (sack == receiver->td_end + 1) { in tcp_in_window()555 receiver->td_end++; in tcp_in_window()563 && after(end, sender->td_end)) { in tcp_in_window()569 sender->td_end = in tcp_in_window()580 ack = sack = receiver->td_end; in tcp_in_window()[all …]
9 u_int32_t td_end; /* max of seq + len */ member