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
561 if (MPTCP_SEQ_LEQ((mb_dsn + mb_datalen), in mptcp_input()658 if (MPTCP_SEQ_LEQ(mp_tp->mpt_snduna + mp_tp->mpt_sndwnd, mp_tp->mpt_sndnxt)) { in mptcp_can_send_more()
3486 if (MPTCP_SEQ_LEQ(m->m_pkthdr.mp_dsn, dsn) && in mptcp_lookup_dsn()5488 if (MPTCP_SEQ_LEQ(data_ack, mp_tp->mpt_sndmax) && in mptcp_fallback_sbdrop()5696 if (MPTCP_SEQ_LEQ(dsn, dsn_fail) && in mptcp_get_map_for_dsn()
1196 if (MPTCP_SEQ_LEQ(full_dack, mp_tp->mpt_sndmax) && in mptcp_do_dss_opt_ack_meat()