Searched refs:td_maxwin (Results 1 – 5 of 5) sorted by relevance
321 ((sender)->td_maxwin > MAXACKWINCONST ? (sender)->td_maxwin \461 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_init_sender()510 if (sender->td_maxwin == 0) { in tcp_in_window()529 sender->td_maxwin = (swin == 0 ? 1 : swin); in tcp_in_window()530 sender->td_maxend = end + sender->td_maxwin; in tcp_in_window()531 if (receiver->td_maxwin == 0) { in tcp_in_window()588 in_recv_win = !receiver->td_maxwin || in tcp_in_window()589 after(end, sender->td_end - receiver->td_maxwin - 1); in tcp_in_window()605 if (sender->td_maxwin < swin) in tcp_in_window()606 sender->td_maxwin = swin; in tcp_in_window()[all …]
454 ct->proto.tcp.seen[0].td_maxwin = 0; in nf_ct_tcp_fixup()455 ct->proto.tcp.seen[1].td_maxwin = 0; in nf_ct_tcp_fixup()
182 tcp->seen[0].td_maxwin = 0; in flow_offload_fixup_tcp()183 tcp->seen[1].td_maxwin = 0; in flow_offload_fixup_tcp()
564 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()978 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack_ipv6()
11 u_int32_t td_maxwin; /* max(win) */ member