Home
last modified time | relevance | path

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

/openthread-3.7.0/third_party/tcplp/bsdtcp/
Dtcp_input.c1033 int rstreason, todrop, win; in tcp_do_segment() local
1643 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 …]