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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_subr.c2802 int notsent = 0; local
2807 notsent = so->so_snd.sb_cc -
2815 if (notsent <= tp->t_notsent_lowat) {
2824 notsent > 0 && notsent < tp->t_maxseg) {
H A Dmptcp_subr.c5026 * Set notsent lowat mark on the MPTCB
5066 int notsent = 0; local
5077 notsent = so->so_snd.sb_cc;
5079 if ((notsent == 0) ||
5080 ((notsent - (mp_tp->mpt_sndnxt - mp_tp->mpt_snduna)) <=
5082 mptcplog3((LOG_INFO, "%s: lowat %d notsent %d actual %d \n",
5083 __func__, mp_tp->mpt_notsent_lowat, notsent,
5084 notsent - (mp_tp->mpt_sndnxt - mp_tp->mpt_snduna)));
5102 notsent = so->so_snd.sb_cc -
5106 notsent >
[all...]

Completed in 36 milliseconds