Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c1248 if (tp->rcv_by_unackwin >= (maxseg_unacked * tp->t_maxseg) && in tcp_stretch_ack_enable()
1298 tp->rcv_by_unackwin = 0; in tcp_reset_stretch_ack()
2961 tp->rcv_by_unackwin += (tlen + off); in tcp_input()
2964 tp->rcv_by_unackwin = tp->rcv_by_unackhalfwin + tlen + off; in tcp_input()
H A Dtcp_var.h527 u_int32_t rcv_by_unackwin; /* bytes seen during the last ack-stretching win */ member