Searched refs:td_maxack (Results 1 – 2 of 2) sorted by relevance
12 u_int32_t td_maxack; /* max of ack */ member
681 sender->td_maxack = ack; in tcp_in_window()683 } else if (after(ack, sender->td_maxack)) { in tcp_in_window()684 sender->td_maxack = ack; in tcp_in_window()919 state->td_maxack = 0; in nf_ct_tcp_state_reset()1161 if (before(seq, ct->proto.tcp.seen[!dir].td_maxack) && in nf_conntrack_tcp_packet()1170 seq == ct->proto.tcp.seen[!dir].td_maxack) in nf_conntrack_tcp_packet()