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()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()692 receiver->td_maxwin += end - sender->td_maxend; in tcp_in_window()694 receiver->td_maxend = sack + win; in tcp_in_window()696 receiver->td_maxend++; in tcp_in_window()864 ct->proto.tcp.seen[0].td_maxend = in tcp_new()884 ct->proto.tcp.seen[0].td_maxend = in tcp_new()[all …]
10 u_int32_t td_maxend; /* max of ack + max(win, 1) */ member