Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dmptcp_subr.c3098 uint16_t tot_sent = 0; in mptcp_subflow_output() local
3324 while (tot_sent < sb_cc) { in mptcp_subflow_output()
3329 mlen = MIN(mlen, sb_cc - tot_sent); in mptcp_subflow_output()
3334 (uint32_t)off, sb_cc, tot_sent); in mptcp_subflow_output()
3368 tot_sent += mlen; in mptcp_subflow_output()
3392 tot_sent, mpts->mpts_connid), MPTCP_SENDER_DBG, MPTCP_LOGLVL_VERBOSE); in mptcp_subflow_output()
3396 tot_sent); in mptcp_subflow_output()
3400 mpts->mpts_rel_seq += tot_sent; in mptcp_subflow_output()
3406 m->m_pkthdr.mp_rlen = tot_sent; in mptcp_subflow_output()
3423 uint64_t new_sndnxt = mp_tp->mpt_sndnxt + tot_sent; in mptcp_subflow_output()
[all …]