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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c1096 int todrop, acked, ourfinisacked, needoutput = 0; local
2743 todrop = tlen - tp->rcv_wnd;
2744 m_adj(m, -todrop);
2748 tcpstat.tcps_rcvbyteafterwin += todrop;
2956 todrop = tp->rcv_nxt - th->th_seq;
2957 if (todrop > 0) {
2965 todrop--;
2970 if (todrop > tlen
2971 || (todrop == tlen && (thflags & TH_FIN) == 0)) {
2984 if (todrop
[all...]

Completed in 48 milliseconds