Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c327 ((sender)->td_maxwin > MAXACKWINCONST ? (sender)->td_maxwin \
540 if (sender->td_maxwin == 0) { in tcp_in_window()
561 if (receiver->td_maxwin == 0) { in tcp_in_window()
623 in_recv_win = receiver->td_maxwin && in tcp_in_window()
658 in_recv_win = !receiver->td_maxwin || in tcp_in_window()
675 if (sender->td_maxwin < swin) in tcp_in_window()
676 sender->td_maxwin = swin; in tcp_in_window()
863 ct->proto.tcp.seen[0].td_maxwin = 1; in tcp_new()
883 ct->proto.tcp.seen[0].td_maxwin = 1; in tcp_new()
886 ct->proto.tcp.seen[0].td_maxwin; in tcp_new()
[all …]
H A Dnf_conntrack_proto.c429 ct->proto.tcp.seen[0].td_maxwin = 0; in nf_ct_tcp_fixup()
430 ct->proto.tcp.seen[1].td_maxwin = 0; in nf_ct_tcp_fixup()
H A Dnf_flow_table_core.c170 tcp->seen[0].td_maxwin = 0; in flow_offload_fixup_tcp()
171 tcp->seen[1].td_maxwin = 0; in flow_offload_fixup_tcp()
H A Dnf_synproxy_core.c564 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()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_tcp.h11 u_int32_t td_maxwin; /* max(win) */ member