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

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d112 sndmax = T->mpt_sndmax;
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_opt.c366 dsn = (mp_tp->mpt_sndmax & MPTCP_DATASEQ_LOW32_MASK) | dsn;
367 if ((dsn + datalen) == mp_tp->mpt_sndmax) {
906 if ((mp_tp->mpt_sndnxt + 1) != mp_tp->mpt_sndmax) {
911 mp_tp->mpt_sndmax);
1322 if (MPTCP_SEQ_LEQ(full_dack, mp_tp->mpt_sndmax) &&
1341 mp_tp->mpt_snduna, mp_tp->mpt_sndmax);
H A Dmptcp_var.h313 u_int64_t mpt_sndmax; /* DSN of max byte sent */ member in struct:mptcb
H A Dmptcp.c474 if ((full_dack == mp_tp->mpt_sndmax) &&
H A Dmptcp_subr.c1710 if (MPTCP_SEQ_LT(mpts->mpts_sndnxt, mp_tp->mpt_sndmax)) {
3944 mp_tp->mpt_snduna = mp_tp->mpt_sndmax = mp_tp->mpt_local_idsn + 1;
4042 m->m_pkthdr.mp_dsn = mp_tp->mpt_sndmax;
4044 mp_tp->mpt_sndmax += m_pktlen(m);
H A Dmptcp_usrreq.c878 mp_tp->mpt_sndmax += 1; /* adjust for Data FIN */

Completed in 44 milliseconds