Searched refs:swin (Results 1 – 1 of 1) sorted by relevance
474 __u32 seq, ack, sack, end, win, swin; in tcp_in_window() local541 swin = win << sender->td_scale; in tcp_in_window()542 sender->td_maxwin = (swin == 0 ? 1 : swin); in tcp_in_window()624 swin = win + (sack - ack); in tcp_in_window()625 if (sender->td_maxwin < swin) in tcp_in_window()626 sender->td_maxwin = swin; in tcp_in_window()