Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_opt.c311 dsn = (mp_tp->mpt_sndmax & MPTCP_DATASEQ_LOW32_MASK) | dsn; in mptcp_ok_to_fin()
312 if ((dsn + datalen) == mp_tp->mpt_sndmax) { in mptcp_ok_to_fin()
822 uint64_t dss_val = mptcp_hton64(mp_tp->mpt_sndmax - 1); in mptcp_setup_opts()
843 if ((mp_tp->mpt_sndnxt + 1 != mp_tp->mpt_sndmax) || in mptcp_setup_opts()
844 (mp_tp->mpt_snduna == mp_tp->mpt_sndmax)) { in mptcp_setup_opts()
855 htonl(MPTCP_DATASEQ_LOW32(mp_tp->mpt_sndmax - 1)); in mptcp_setup_opts()
1146 if (full_dack == mp_tp->mpt_sndmax && in mptcp_data_ack_rcvd()
1196 if (MPTCP_SEQ_LEQ(full_dack, mp_tp->mpt_sndmax) && in mptcp_do_dss_opt_ack_meat()
H A Dmptcp.c654 …(mp_so->so_flags1 & SOF1_PRECONNECT_DATA) && MPTCP_SEQ_GEQ(mp_tp->mpt_sndnxt, mp_tp->mpt_sndmax)) { in mptcp_can_send_more()
662 if (mp_tp->mpt_sndnxt + 1 == mp_tp->mpt_sndmax && mp_tp->mpt_state > MPTCPS_CLOSE_WAIT) { in mptcp_can_send_more()
780 if (mp_tp->mpt_sndnxt + 1 == mp_tp->mpt_sndmax && in mptcp_output()
1047 mp_tp->mpt_sndmax += 1; /* adjust for Data FIN */ in mptcp_close_fsm()
1057 mp_tp->mpt_sndmax += 1; /* adjust for Data FIN */ in mptcp_close_fsm()
H A Dmptcp_subr.c3072 (uint32_t)mp_tp->mpt_sndmax, (uint32_t)mp_tp->mpt_sndnxt, in mptcp_subflow_output()
3193 MPTCP_SEQ_LT(mp_tp->mpt_sndnxt, mp_tp->mpt_sndmax)) { in mptcp_subflow_output()
3199 (uint32_t)mp_tp->mpt_sndmax); in mptcp_subflow_output()
3209 (uint32_t)mp_tp->mpt_sndnxt, (uint32_t)mp_tp->mpt_sndmax, in mptcp_subflow_output()
4012 mp_tp->mpt_sndmax -= tcp_droplen; in mptcp_drop_tfo_data()
5358 mp_tp->mpt_snduna = mp_tp->mpt_sndmax = mp_tp->mpt_local_idsn + 1; in mptcp_init_local_parms()
5428 m->m_pkthdr.mp_dsn = mp_tp->mpt_sndmax; in mptcp_insert_dsn()
5431 mp_tp->mpt_sndmax += m_pktlen(m); in mptcp_insert_dsn()
5488 if (MPTCP_SEQ_LEQ(data_ack, mp_tp->mpt_sndmax) && in mptcp_fallback_sbdrop()
6155 mptcpci.mptcpci_sndmax = mp_tp->mpt_sndmax;
H A Dmptcp_var.h399 uint64_t mpt_sndmax; /* DSN of max byte sent */ member
H A Dmptcp_usrreq.c1005 mp_tp->mpt_sndnxt + 1 != mp_tp->mpt_sndmax) { in mptcp_usrclosed()
/xnu-11215.81.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d108 sndmax = T->mpt_sndmax;