Home
last modified time | relevance | path

Searched refs:td_maxwin (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_tcp.c377 ((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 …]
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_tcp.h10 u_int32_t td_maxwin; /* max(win) */ member
/linux-4.4.14/net/ipv4/netfilter/
Dipt_SYNPROXY.c189 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_SYNPROXY.c202 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()