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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c2619 int notsent = 0; local
2624 notsent = so->so_snd.sb_cc -
2632 if (notsent <= tp->t_notsent_lowat) {
2641 notsent > 0 && notsent < tp->t_maxseg) {

Completed in 17 milliseconds