Searched refs:MPTCP_DATASEQ_LOW32 (Results 1 – 3 of 3) sorted by relevance
502 #define MPTCP_DATASEQ_LOW32(seq) (seq & MPTCP_DATASEQ_LOW32_MASK) macro531 if ((MPTCP_DATASEQ_LOW32(x) > y) && \532 ((((u_int32_t)MPTCP_DATASEQ_LOW32(x)) - (u_int32_t)y) >= \539 } else if ((MPTCP_DATASEQ_LOW32(x) < y) && \541 ((u_int32_t)MPTCP_DATASEQ_LOW32(x))) >= \
275 MPTCP_DATASEQ_LOW32(mp_tp->mpt_dsn_at_csum_fail); in mptcp_send_infinite_mapping()295 MPTCP_DATASEQ_LOW32(mp_tp->mpt_snduna); in mptcp_send_infinite_mapping()869 htonl(MPTCP_DATASEQ_LOW32(mp_tp->mpt_sndmax - 1)); in mptcp_setup_opts()
5685 *dsn = (u_int32_t)MPTCP_DATASEQ_LOW32(dsn64); in mptcp_output_getm_dsnmap32()