Lines Matching refs:td_end

466 	sender->td_end =  in tcp_init_sender()
557 sender->td_end = end; in tcp_in_window()
567 receiver->td_end = receiver->td_maxend = sack; in tcp_in_window()
568 } else if (sack == receiver->td_end + 1) { in tcp_in_window()
572 receiver->td_end++; in tcp_in_window()
577 after(end, sender->td_end) && in tcp_in_window()
600 ack = sack = receiver->td_end; in tcp_in_window()
608 ack = sack = receiver->td_end; in tcp_in_window()
615 seq = end = sender->td_end; in tcp_in_window()
622 ack_ok = after(sack, receiver->td_end - MAXACKWINDOW(sender) - 1); in tcp_in_window()
624 after(end, sender->td_end - receiver->td_maxwin - 1); in tcp_in_window()
629 before(sack, receiver->td_end + 1)) { in tcp_in_window()
640 sender->td_end = end; in tcp_in_window()
652 if (!before(sack, receiver->td_end + 1)) in tcp_in_window()
655 receiver->td_end + 1); in tcp_in_window()
659 after(end, sender->td_end - receiver->td_maxwin - 1); in tcp_in_window()
663 sender->td_end - receiver->td_maxwin - 1); in tcp_in_window()
664 if (!after(sack, receiver->td_end - MAXACKWINDOW(sender) - 1)) in tcp_in_window()
667 receiver->td_end - MAXACKWINDOW(sender) - 1); in tcp_in_window()
677 if (after(end, sender->td_end)) { in tcp_in_window()
678 sender->td_end = end; in tcp_in_window()
698 if (ack == receiver->td_end) in tcp_in_window()
858 ct->proto.tcp.seen[0].td_end = in tcp_new()
865 ct->proto.tcp.seen[0].td_end; in tcp_new()
878 ct->proto.tcp.seen[0].td_end = in tcp_new()
885 ct->proto.tcp.seen[0].td_end + in tcp_new()
953 state->td_end = 0; in nf_ct_tcp_state_reset()
1054 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_end = in nf_conntrack_tcp_packet()
1129 ct->proto.tcp.seen[dir].td_end - 1 == ntohl(th->seq)) { in nf_conntrack_tcp_packet()