Searched refs:mpt_dsn (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_subr.c1594 u_int64_t mpt_dsn = 0; local
1660 mpt_dsn = mpt_mbuf->m_pkthdr.mp_dsn;
1666 if (MPTCP_SEQ_LT(mpt_dsn, mp_tp->mpt_snduna)) {
1668 len = mp_tp->mpt_snduna - mpt_dsn;
1677 mpt_dsn = mp_so->so_snd.sb_mb->m_pkthdr.mp_dsn;
1679 MPTCP_SEQ_LT(mpt_dsn, mp_tp->mpt_sndnxt)) {
1681 len = mp_tp->mpt_sndnxt - mpt_dsn;
1720 mpt_dsn = mpt_mbuf->m_pkthdr.mp_dsn;
1726 mpt_dsn = mpt_mbuf->m_pkthdr.mp_dsn;
1759 mpt_dsn
[all...]
H A Dmptcp.c533 tp->t_rcv_map.mpt_dsn = full_dsn;
617 dsn = mptcp_hton64(tp->t_rcv_map.mpt_dsn);
H A Dtcp_var.h203 uint64_t mpt_dsn; /* data seq num recvd */ member in struct:mpt_dsn_map

Completed in 90 milliseconds