Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_subr.c3021 uint16_t tot_sent = 0; in mptcp_subflow_output() local
3236 while (tot_sent < sb_cc) { in mptcp_subflow_output()
3241 mlen = MIN(mlen, sb_cc - tot_sent); in mptcp_subflow_output()
3246 (uint32_t)off, sb_cc, tot_sent); in mptcp_subflow_output()
3280 tot_sent += mlen; in mptcp_subflow_output()
3304 tot_sent); in mptcp_subflow_output()
3308 mpts->mpts_rel_seq += tot_sent; in mptcp_subflow_output()
3314 m->m_pkthdr.mp_rlen = tot_sent; in mptcp_subflow_output()
3331 uint64_t new_sndnxt = mp_tp->mpt_sndnxt + tot_sent; in mptcp_subflow_output()
3333 if (mpts->mpts_probesoon && mpts->mpts_maxseg && tot_sent) { in mptcp_subflow_output()
[all …]