Searched refs:td_maxend (Results 1 – 2 of 2) sorted by relevance
466 sender->td_maxend = end; in tcp_init_sender()558 sender->td_maxend = end + sender->td_maxwin; in tcp_in_window()565 receiver->td_end = receiver->td_maxend = sack; in tcp_in_window()615 seq_ok = before(seq, sender->td_maxend + 1); in tcp_in_window()617 u32 overshot = end - sender->td_maxend + 1; in tcp_in_window()647 sender->td_maxend + 1); in tcp_in_window()689 if (receiver->td_maxwin != 0 && after(end, sender->td_maxend)) in tcp_in_window()690 receiver->td_maxwin += end - sender->td_maxend; in tcp_in_window()691 if (after(sack + win, receiver->td_maxend - 1)) { in tcp_in_window()692 receiver->td_maxend = sack + win; in tcp_in_window()[all …]
10 u_int32_t td_maxend; /* max of ack + max(win, 1) */ member