Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_tcp.c343 ((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 …]
Dnf_flow_table_core.c106 tcp->seen[0].td_maxwin = 0; in flow_offload_fixup_tcp()
107 tcp->seen[1].td_maxwin = 0; in flow_offload_fixup_tcp()
Dnf_conntrack_proto.c788 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()
/Linux-v4.19/include/linux/netfilter/
Dnf_conntrack_tcp.h11 u_int32_t td_maxwin; /* max(win) */ member
/Linux-v4.19/net/ipv4/netfilter/
Dipt_SYNPROXY.c189 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_SYNPROXY.c203 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()