-#define MPTCP_SEQ_LT(a, b) ((int64_t)((a) - (b)) < 0)
-#define MPTCP_SEQ_LEQ(a, b) ((int64_t)((a) - (b)) <= 0)
-#define MPTCP_SEQ_GT(a, b) ((int64_t)((a) - (b)) > 0)
-#define MPTCP_SEQ_GEQ(a, b) ((int64_t)((a) - (b)) >= 0)
+#define MPTCP_SEQ_LT(a, b) ((int64_t)((a) - (b)) < 0)
+#define MPTCP_SEQ_LEQ(a, b) ((int64_t)((a) - (b)) <= 0)
+#define MPTCP_SEQ_GT(a, b) ((int64_t)((a) - (b)) > 0)
+#define MPTCP_SEQ_GEQ(a, b) ((int64_t)((a) - (b)) >= 0)