Searched refs:td_maxend (Results 1 – 2 of 2) sorted by relevance
467 sender->td_maxend = end; in tcp_init_sender()560 sender->td_maxend = end + sender->td_maxwin; in tcp_in_window()567 receiver->td_end = receiver->td_maxend = sack; in tcp_in_window()617 seq_ok = before(seq, sender->td_maxend + 1); in tcp_in_window()619 u32 overshot = end - sender->td_maxend + 1; in tcp_in_window()649 sender->td_maxend + 1); in tcp_in_window()691 if (receiver->td_maxwin != 0 && after(end, sender->td_maxend)) in tcp_in_window()692 receiver->td_maxwin += end - sender->td_maxend; in tcp_in_window()693 if (after(sack + win, receiver->td_maxend - 1)) { in tcp_in_window()694 receiver->td_maxend = sack + win; in tcp_in_window()[all …]
10 u_int32_t td_maxend; /* max of ack + max(win, 1) */ member