Searched refs:todrop (Results 1 – 1 of 1) sorted by relevance
1033 int rstreason, todrop, win; in tcp_do_segment() local1643 todrop = tlen - tp->rcv_wnd; in tcp_do_segment()1650 (void) todrop; /* samkumar: Prevent a compiler warning */ in tcp_do_segment()1814 todrop = tp->rcv_nxt - th->th_seq; in tcp_do_segment()1815 if (todrop > 0) { in tcp_do_segment()1823 todrop--; in tcp_do_segment()1828 if (todrop > tlen in tcp_do_segment()1829 || (todrop == tlen && (thflags & TH_FIN) == 0)) { in tcp_do_segment()1842 todrop = tlen; in tcp_do_segment()1845 drop_hdrlen += todrop; /* drop from the top afterwards */ in tcp_do_segment()[all …]