Home
last modified time | relevance | path

Searched refs:td_maxack (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_tcp.h11 u_int32_t td_maxack; /* max of ack */ member
/linux-4.1.27/net/netfilter/
Dnf_conntrack_proto_tcp.c671 sender->td_maxack = ack; in tcp_in_window()
673 } else if (after(ack, sender->td_maxack)) in tcp_in_window()
674 sender->td_maxack = ack; in tcp_in_window()
1005 && before(ntohl(th->seq), ct->proto.tcp.seen[!dir].td_maxack)) { in tcp_packet()