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