Searched refs:MPTCP_SEQ_LEQ (Results 1 – 4 of 4) sorted by relevance
38 #define MPTCP_SEQ_LEQ(a, b) ((int64_t)((a) - (b)) <= 0) macro
568 if (MPTCP_SEQ_LEQ((mb_dsn + mb_datalen), in mptcp_input()665 if (MPTCP_SEQ_LEQ(mp_tp->mpt_snduna + mp_tp->mpt_sndwnd, mp_tp->mpt_sndnxt)) { in mptcp_can_send_more()
3502 if (MPTCP_SEQ_LEQ(m->m_pkthdr.mp_dsn, dsn) && in mptcp_lookup_dsn()5494 if (MPTCP_SEQ_LEQ(data_ack, mp_tp->mpt_sndmax) && in mptcp_fallback_sbdrop()5702 if (MPTCP_SEQ_LEQ(dsn, dsn_fail) && in mptcp_get_map_for_dsn()
1179 if (MPTCP_SEQ_LEQ(full_dack, mp_tp->mpt_sndmax) && in mptcp_do_dss_opt_ack_meat()