Searched refs:td_maxwin (Results 1 – 4 of 4) sorted by relevance
377 ((sender)->td_maxwin > MAXACKWINCONST ? (sender)->td_maxwin \541 sender->td_end, sender->td_maxend, sender->td_maxwin, in tcp_in_window()543 receiver->td_end, receiver->td_maxend, receiver->td_maxwin, in tcp_in_window()546 if (sender->td_maxwin == 0) { in tcp_in_window()557 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_in_window()580 sender->td_maxwin = (swin == 0 ? 1 : swin); in tcp_in_window()581 sender->td_maxend = end + sender->td_maxwin; in tcp_in_window()587 if (receiver->td_maxwin == 0) in tcp_in_window()602 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_in_window()634 sender->td_end, sender->td_maxend, sender->td_maxwin, in tcp_in_window()[all …]
10 u_int32_t td_maxwin; /* max(win) */ member
189 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()
202 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()