Searched refs:MPTCP_DATASEQ_LOW32 (Results 1 – 3 of 3) sorted by relevance
487 #define MPTCP_DATASEQ_LOW32(seq) (seq & MPTCP_DATASEQ_LOW32_MASK) macro512 if ((MPTCP_DATASEQ_LOW32(x) > y) && \513 ((((u_int32_t)MPTCP_DATASEQ_LOW32(x)) - (u_int32_t)y) >= \520 } else if ((MPTCP_DATASEQ_LOW32(x) < y) && \522 ((u_int32_t)MPTCP_DATASEQ_LOW32(x))) >= \
267 MPTCP_DATASEQ_LOW32(mp_tp->mpt_dsn_at_csum_fail); in mptcp_send_infinite_mapping()281 MPTCP_DATASEQ_LOW32(mp_tp->mpt_snduna); in mptcp_send_infinite_mapping()848 htonl(MPTCP_DATASEQ_LOW32(mp_tp->mpt_sndmax - 1)); in mptcp_setup_opts()
5525 *dsn = (u_int32_t)MPTCP_DATASEQ_LOW32(dsn64); in mptcp_output_getm_dsnmap32()