Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnf_conntrack_proto_tcp.c321 ((sender)->td_maxwin > MAXACKWINCONST ? (sender)->td_maxwin \
497 if (sender->td_maxwin == 0) { in tcp_in_window()
533 if (receiver->td_maxwin == 0) { in tcp_in_window()
560 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_in_window()
598 in_recv_win = !receiver->td_maxwin || in tcp_in_window()
621 if (sender->td_maxwin < swin) in tcp_in_window()
622 sender->td_maxwin = swin; in tcp_in_window()
780 if (ct->proto.tcp.seen[0].td_maxwin == 0) in tcp_new()
781 ct->proto.tcp.seen[0].td_maxwin = 1; in tcp_new()
801 ct->proto.tcp.seen[0].td_maxwin = 1; in tcp_new()
[all …]
A Dnf_conntrack_proto.c454 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()
A Dnf_flow_table_core.c177 tcp->seen[0].td_maxwin = 0; in flow_offload_fixup_tcp()
178 tcp->seen[1].td_maxwin = 0; in flow_offload_fixup_tcp()
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()
/linux/include/linux/netfilter/
A Dnf_conntrack_tcp.h11 u_int32_t td_maxwin; /* max(win) */ member

Completed in 11 milliseconds