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

/xnu-2782.1.97/bsd/netinet/
H A Dmptcp.c678 u_int64_t dsn = mptcp_ntoh64(dss_info->mdss_dsn); local
684 dsn,
703 uint64_t dsn; local
730 dsn = mptcp_hton64(tp->t_rcv_map.mpt_dsn);
734 sum += in_pseudo64(dsn, sseq, (len + csum));
H A Dmptcp_opt.c57 * SYSCTL for enforcing 64 bit dsn
62 "Force MPTCP 64bit dsn");
282 uint64_t dsn; local
298 dsn = mp_tp->mpt_rcvnxt;
305 fail_opt.mfail_dsn = mptcp_hton64(dsn);
374 printf("%s: dsn = %x, seq = %x len = %x\n", __func__,
388 mptcp_ok_to_fin(struct tcpcb *tp, u_int64_t dsn, u_int32_t datalen) argument
394 dsn = (mp_tp->mpt_sndmax & MPTCP_DATASEQ_LOW32_MASK) | dsn;
395 if ((dsn
[all...]
H A Dmptcp_subr.c4365 u_int32_t *dsn, u_int32_t *relseq, u_int16_t *data_len, u_int64_t *dsn64p)
4370 *dsn = (u_int32_t)MPTCP_DATASEQ_LOW32(dsn64);
4376 u_int64_t *dsn, u_int32_t *relseq, u_int16_t *data_len)
4392 * sequence property to find the right mbuf and corresponding dsn
4414 *dsn = dsn64;
4462 *dsn, *relseq, *data_len, off));
4489 * after the dsn mapping is inserted into the mbuf. When it trims data
4491 * m_len becomes 0 as a result of trimming the mbuf. The dsn map insertion
4495 * The dsn map will be adjusted just prior to appending to subflow sockbuf
4517 u_int64_t dsn; local
4364 mptcp_output_getm_dsnmap32(struct socket *so, int off, uint32_t datalen, u_int32_t *dsn, u_int32_t *relseq, u_int16_t *data_len, u_int64_t *dsn64p) argument
4375 mptcp_output_getm_dsnmap64(struct socket *so, int off, uint32_t datalen, u_int64_t *dsn, u_int32_t *relseq, u_int16_t *data_len) argument
4612 u_int64_t dsn; local
[all...]

Completed in 30 milliseconds