Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnf_conntrack_proto_tcp.c507 sender->td_maxend = end; in tcp_in_window()
532 sender->td_maxend = end + sender->td_maxwin; in tcp_in_window()
539 receiver->td_end = receiver->td_maxend = sack; in tcp_in_window()
559 sender->td_maxend = end; in tcp_in_window()
602 before(seq, sender->td_maxend + 1), in tcp_in_window()
607 if (before(seq, sender->td_maxend + 1) && in tcp_in_window()
641 receiver->td_maxend = sack + win; in tcp_in_window()
643 receiver->td_maxend++; in tcp_in_window()
676 before(seq, sender->td_maxend + 1) ? in tcp_in_window()
782 ct->proto.tcp.seen[0].td_maxend = in tcp_new()
[all …]
/linux/include/linux/netfilter/
A Dnf_conntrack_tcp.h10 u_int32_t td_maxend; /* max of ack + max(win, 1) */ member

Completed in 5 milliseconds