Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto_tcp.c335 ((sender)->td_maxwin > MAXACKWINCONST ? (sender)->td_maxwin \
503 sender->td_end, sender->td_maxend, sender->td_maxwin, in tcp_in_window()
505 receiver->td_end, receiver->td_maxend, receiver->td_maxwin, in tcp_in_window()
508 if (sender->td_maxwin == 0) { in tcp_in_window()
519 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_in_window()
542 sender->td_maxwin = (swin == 0 ? 1 : swin); in tcp_in_window()
543 sender->td_maxend = end + sender->td_maxwin; in tcp_in_window()
544 if (receiver->td_maxwin == 0) { in tcp_in_window()
571 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_in_window()
603 sender->td_end, sender->td_maxend, sender->td_maxwin, in tcp_in_window()
[all …]
H A Dnf_flow_table_core.c130 tcp->seen[0].td_maxwin = 0; in flow_offload_fixup_tcp()
131 tcp->seen[1].td_maxwin = 0; in flow_offload_fixup_tcp()
H A Dnf_conntrack_proto.c438 ct->proto.tcp.seen[0].td_maxwin = 0; in nf_ct_tcp_fixup()
439 ct->proto.tcp.seen[1].td_maxwin = 0; in nf_ct_tcp_fixup()
H A Dnf_synproxy_core.c587 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack()
1001 nth->window = htons(state->seen[IP_CT_DIR_ORIGINAL].td_maxwin); in synproxy_send_server_ack_ipv6()
/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dnf_conntrack_tcp.h11 u_int32_t td_maxwin; /* max(win) */ member