Searched refs:td_maxwin (Results 1 – 6 of 6) sorted by relevance
343 ((sender)->td_maxwin > MAXACKWINCONST ? (sender)->td_maxwin \509 sender->td_end, sender->td_maxend, sender->td_maxwin, in tcp_in_window()511 receiver->td_end, receiver->td_maxend, receiver->td_maxwin, in tcp_in_window()514 if (sender->td_maxwin == 0) { in tcp_in_window()525 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_in_window()548 sender->td_maxwin = (swin == 0 ? 1 : swin); in tcp_in_window()549 sender->td_maxend = end + sender->td_maxwin; in tcp_in_window()555 if (receiver->td_maxwin == 0) in tcp_in_window()570 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_in_window()602 sender->td_end, sender->td_maxend, sender->td_maxwin, in tcp_in_window()[all …]
106 tcp->seen[0].td_maxwin = 0; in flow_offload_fixup_tcp()107 tcp->seen[1].td_maxwin = 0; in flow_offload_fixup_tcp()
788 ct->proto.tcp.seen[0].td_maxwin = 0; in nf_ct_tcp_fixup()789 ct->proto.tcp.seen[1].td_maxwin = 0; in nf_ct_tcp_fixup()
11 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()
203 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()